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 | ?擺?^ | 0011111110011101101100100011111101011110 | 3f9db23f5e |
EUC-JP | ?擺?^ | 0011111111011010101101000011111101011110 | 3fdab43f5e |
UTF-8 | 뤈擺퇓^ | 11101011101001001000100011100110100100111011101011101101100001111001001101011110 | eba488e693baed87935e |
UHC | 뤈擺퇓^ | 10001111101110001111011111101100101110000100010001011110 | 8fb8f7ecb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)