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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鶯??碣佯 | 1110100111110010001111110011111111100001111100001001100011010001 | e9f23f3fe1f098d1 |
EUC-JP | 鶯??碣佯 | 1111001011110100001111110011111111100010111100101101000011010011 | f2f43f3fe2f2d0d3 |
UTF-8 | 鶯낃만碣佯 | 111010011011011010101111111010111000001010000011111010111010011110001100111001111010001010100011111001001011110110101111 | e9b6afeb8283eba78ce7a2a3e4bdaf |
UHC | 鶯낃만碣佯 | 11100101101000111000010111101010101110001011100011001010111001011110010110111010 | e5a385eab8b8cae5e5ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)