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 | 1001001001010010100100100101100001000010 | 9252925842 |
EUC-JP | 坦湛B | 1100001110110011110000111011100101000010 | c3b3c3b942 |
UTF-8 | 坦湛B | 11100101100111011010011011100110101110011001101101000010 | e59da6e6b99b42 |
UHC | 坦湛B | 1111011110100100110100111100000001000010 | f7a4d3c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)