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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 帝?????B | 1001001011101001001111110011111100111111001111110011111101000010 | 92e93f3f3f3f3f42 |
EUC-JP | 帝?????B | 1100010011101011001111110011111100111111001111110011111101000010 | c4eb3f3f3f3f3f42 |
UTF-8 | 帝펩렦쟉렯렱B | 11100101101110001001110111101101100011101010100111101011101000001010011011101100100111111000100111101011101000001010111111101011101000001011000101000010 | e5b89ded8ea9eba0a6ec9f89eba0afeba0b142 |
UHC | 帝펩렦쟉렯렱B | 11110000101010001100011011101001100011101011010111000000111100011000111010111100100011101011111001000010 | f0a8c6e98eb5c0f18ebc8ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)