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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯????? | 11101001111100100011111100111111001111110011111100111111 | e9f23f3f3f3f3f |
EUC-JP | 鶯????? | 11110010111101000011111100111111001111110011111100111111 | f2f43f3f3f3f3f |
UTF-8 | 鶯끹끇留녶즳 | 111010011011011010101111111010111000000110111001111010111000000110000111111011111010011110001101111010111000010110110110111011001010011010110011 | e9b6afeb81b9eb8187efa78deb85b6eca6b3 |
UHC | 鶯끹끇留녶즳 | 111001011010001110000101111000111000010110111011111010111010011110000110111001011010001110000101 | e5a385e385bbeba786e5a385 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)