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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯??鶯 | 111010011111001000111111001111111110100111110010 | e9f23f3fe9f2 |
EUC-JP | 鶯??鶯 | 111100101111010000111111001111111111001011110100 | f2f43f3ff2f4 |
UTF-8 | 鶯낆석鶯 | 111010011011011010101111111010111000001010000110111011001000010010011101111010011011011010101111 | e9b6afeb8286ec849de9b6af |
UHC | 鶯낆석鶯 | 1110010110100011100001011110110010111100101011101110010110100011 | e5a385ecbcaee5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)