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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑚肯?? | 100011001110100010001101011011010011111100111111 | 8ce88d6d3f3f |
EUC-JP | 瑚肯?? | 101110001110101010111001110011100011111100111111 | b8eab9ce3f3f |
UTF-8 | 瑚肯띷귁 | 111001111001000110011010111010001000001010101111111010111001110110110111111010101011011110000001 | e7919ae882afeb9db7eab781 |
UHC | 瑚肯띷귁 | 1111101111010001110100001110100110001101111001101011000111001110 | fbd1d0e98de6b1ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)