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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???頊 | 001111110011111100111111100011111110011111110100 | 3f3f3f8fe7f4 |
UTF-8 | 읳롋뷅頊 | 111011001001110110110011111010111010000110001011111010111011011110000101111010011010000010001010 | ec9db3eba18bebb785e9a08a |
UHC | 읳롋뷅頊 | 1001111111011001100011101101000110010100111100101110100111110101 | 9fd98ed194f2e9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)