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 | ???LF | 0011111100111111001111110100110001000110 | 3f3f3f4c46 |
SJIS-WIN | 楔跣縟LF | 1001111010110110111001101110111111100011011101000100110001000110 | 9eb6e6efe3744c46 |
EUC-JP | 楔跣縟LF | 1101110010111000111011001111000111100101110101010100110001000110 | dcb8ecf1e5d54c46 |
UTF-8 | 楔跣縟LF | 1110011010100101100101001110100010110111101000111110011110111000100111110100110001000110 | e6a594e8b7a3e7b89f4c46 |
UHC | 楔跣縟LF | 1110000011011011111000001101001111101001101100100100110001000110 | e0dbe0d3e9b24c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)