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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 搔?鉥^ | 1000111111000000110010110011111110001111111000111110100001011110 | 8fc0cb3f8fe3e85e |
UTF-8 | 搔롋鉥^ | 11100110100100001001010011101011101000011000101111101001100010011010010101011110 | e69094eba18be989a55e |
UHC | 搔롋鉥^ | 11100001101110001000111011010001111000101111110001011110 | e1b88ed1e2fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)