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 | 1000111011101101100011101110110101000010 | 8eed8eed42 |
EUC-JP | 種種B | 1011110011101111101111001110111101000010 | bcefbcef42 |
UTF-8 | 種種B | 11100111101010001010111011100111101010001010111001000010 | e7a8aee7a8ae42 |
UHC | 種種B | 1111000011111010111100001111101001000010 | f0faf0fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)