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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猜o頌 | 111000001100100010000010100011111110100011110001 | e0c8828fe8f1 |
EUC-JP | 猜o頌 | 111000001100101010100011111011111111000011110011 | e0caa3eff0f3 |
UTF-8 | 猜o頌 | 111001111000110010011100111011111011110110001111111010011010000010001100 | e78c9cefbd8fe9a08c |
UHC | 猜o頌 | 111000111100010010100011111011111110000111101011 | e3c4a3efe1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)