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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 楔往縟F | 10011110101101101000100110011101111000110111010001000110 | 9eb6899de37446 |
EUC-JP | 楔往縟F | 11011100101110001011000111111101111001011101010101000110 | dcb8b1fde5d546 |
UTF-8 | 楔往縟F | 11100110101001011001010011100101101111101000000011100111101110001001111101000110 | e6a594e5be80e7b89f46 |
UHC | 楔往縟F | 11100000110110111110100011011001111010011011001001000110 | e0dbe8d9e9b246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)