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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 鷄灌}鷄灌{^ | 1110101001010000100111111111001101111101111010100101000010011111111100110111101101011110 | ea509ff37dea509ff37b5e |
EUC-JP | 鷄灌}鷄灌{^ | 1111001110110001110111101111010101111101111100111011000111011110111101010111101101011110 | f3b1def57df3b1def57b5e |
UTF-8 | 鷄灌}鷄灌{^ | 111010011011011110000100111001111000000110001100011111011110100110110111100001001110011110000001100011000111101101011110 | e9b784e7818c7de9b784e7818c7b5e |
UHC | 鷄灌}鷄灌{^ | 1100110110101110110011101011010001111101110011011010111011001110101101000111101101011110 | cdaeceb47dcdaeceb47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)