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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 淹??^ | 1001111110111001001111110011111101011110 | 9fb93f3f5e |
EUC-JP | 淹??^ | 1101111010111011001111110011111101011110 | debb3f3f5e |
UTF-8 | 淹쒏뜥^ | 11100110101101111011100111101100100100101000111111101011100111001010010101011110 | e6b7b9ec928feb9ca55e |
UHC | 淹쒏뜥^ | 11100101111101001001110011100110100011011010100001011110 | e5f49ce68da85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)