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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴈ホ骼ー辞 | 1110100111101100110011101110100110001110101100001000111010101011 | e9eccee98eb08eab |
EUC-JP | 鴈ホ骼ー辞 | 11110010111011101000111011001110111100011110111010001110101100001011110010101101 | f2ee8ecef1ee8eb0bcad |
UTF-8 | 鴈ホ骼ー辞 | 111010011011010010001000111011111011111010001110111010011010101010111100111011111011110110110000111010001011111010011110 | e9b488efbe8ee9aabcefbdb0e8be9e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)