To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章ェシ」昭セ | 1000111111001101101010101011110010100011100011111011101010111110 | 8fcdaabca38fbabe |
EUC-JP | 章ェシ」昭セ | 101111101100111110001110101010101000111010111100100011101010001110111110101111001000111010111110 | becf8eaa8ebc8ea3bebc8ebe |
UTF-8 | 章ェシ」昭セ | 111001111010101110100000111011111011110110101010111011111011110110111100111011111011110110100011111001101001100010101101111011111011110110111110 | e7aba0efbdaaefbdbcefbda3e698adefbdbe |
UHC | 章???昭? | 1110110111110001001111110011111100111111111000011011100100111111 | edf13f3f3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)