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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟蘇蛟 | 111001011000000010010001011010001110010110000000 | e5809168e580 |
EUC-JP | 蛟蘇蛟 | 111010011110000011000001110010011110100111100000 | e9e0c1c9e9e0 |
UTF-8 | 蛟蘇蛟 | 111010001001101110011111111010001001100010000111111010001001101110011111 | e89b9fe89887e89b9f |
UHC | 蛟蘇蛟 | 110011101111000111100001110011001100111011110001 | cef1e1cccef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)