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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 曹外B | 1001000110000010100010100100111101000010 | 91828a4f42 |
EUC-JP | 曹外B | 1100000111100010101100111011000001000010 | c1e2b3b042 |
UTF-8 | 曹外B | 11100110100110111011100111100101101001001001011001000010 | e69bb9e5a49642 |
UHC | 曹外B | 1111000011000111111010001110001001000010 | f0c7e8e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)