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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 張③?張③?^ | 1001001010100011100001110100001000111111100100101010001110000111010000100011111101011110 | 92a387423f92a387423f5e |
EUC-JP | 張??張??^ | 110001001010010100111111001111111100010010100101001111110011111101011110 | c4a53f3fc4a53f3f5e |
UTF-8 | 張③눈張③눈^ | 11100101101111001011010111100010100100011010001011101011100010001000100011100101101111001011010111100010100100011010001011101011100010001000100001011110 | e5bcb5e291a2eb8888e5bcb5e291a2eb88885e |
UHC | 張③눈張③눈^ | 11101101111001011010100011101001101101001010101111101101111001011010100011101001101101001010101101011110 | ede5a8e9b4abede5a8e9b4ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)