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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 淀?淀?^ | 10010111100001000011111110010111100001000011111101011110 | 97843f97843f5e |
EUC-JP | 淀?淀?^ | 11001101111001000011111111001101111001000011111101011110 | cde43fcde43f5e |
UTF-8 | 淀㎌淀㎊^ | 11100110101101111000000011100011100011101000110011100110101101111000000011100011100011101000101001011110 | e6b780e38e8ce6b780e38e8a5e |
UHC | 淀㎌淀㎊^ | 111011111110001110100111110111101110111111100011101001111101110001011110 | efe3a7deefe3a7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)