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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 趙個アH | 111001101110001010001100110000101011000101001000 | e6e28cc2b148 |
EUC-JP | 趙個アH | 11101100111001001011100011000100100011101011000101001000 | ece4b8c48eb148 |
UTF-8 | 趙個アH | 11101000101101101001100111100101100000001000101111101111101111011011000101001000 | e8b699e5808befbdb148 |
UHC | 趙個?H | 111100001110000111001011110000010011111101001000 | f0e1cbc13f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)