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 | 讌轟襖^ | 11100110101001011000110110001100100010011010011001011110 | e6a58d8c89a65e |
EUC-JP | 讌轟襖^ | 11101100101001111011100111101100101100101010100001011110 | eca7b9ecb2a85e |
UTF-8 | 讌轟襖^ | 11101000101011101000110011101000101111011001111111101000101001011001011001011110 | e8ae8ce8bd9fe8a5965e |
UHC | ?轟?^ | 0011111111001110110111100011111101011110 | 3fcede3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)