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 | 111001000110000011100011010001000011111100111111001111110011111101000010 | e460e3443f3f3f3f42 |
EUC-JP | 臍絅????B | 111001111100000111100101101001010011111100111111001111110011111101000010 | e7c1e5a53f3f3f3f42 |
UTF-8 | 臍絅렍렠吏렣B | 11101000100001111000110111100111101101011000010111101011101000001000110111101011101000001010000011101111101001111001111011101011101000001010001101000010 | e8878de7b585eba08deba0a0efa79eeba0a342 |
UHC | 臍絅렍렠吏렣B | 11110000101100001100110011100111100011101010001110001110101100011110110010100111100011101011010001000010 | f0b0cce78ea38eb1eca78eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)