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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔆紗疾鈆 | 1110010011001111100011101101000110001110101111101111101111000001 | e4cf8ed18ebefbc1 |
EUC-JP | 蔆紗疾鈆 | 111010001101000110111100110100111011110011000000100011111110001110111100 | e8d1bcd3bcc08fe3bc |
UTF-8 | 蔆紗疾鈆 | 111010001001010010000110111001111011010010010111111001111001011010111110111010011000100010000110 | e89486e7b497e796bee98886 |
UHC | ?紗疾? | 001111111101111011101001111100101111000000111111 | 3fdee9f2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)