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{IT@|H | 1001001001001000011110111001001001001001010101001001001001000000011111001001001001001000 | 92487b92495492407c9248 |
SJIS-WIN | ?H{?IT?@|?H | 0011111101001000011110110011111101001001010101000011111101000000011111000011111101001000 | 3f487b3f49543f407c3f48 |
EUC-JP | ?H{?IT?@|?H | 0011111101001000011110110011111101001001010101000011111101000000011111000011111101001000 | 3f487b3f49543f407c3f48 |
UTF-8 | H{IT@|H | 110000101001001001001000011110111100001010010010010010010101010011000010100100100100000001111100110000101001001001001000 | c292487bc2924954c292407cc29248 |
UHC | ?H{?IT?@|?H | 0011111101001000011110110011111101001001010101000011111101000000011111000011111101001000 | 3f487b3f49543f407c3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)