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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 眩七C | 1110000110111111100011101011010101000011 | e1bf8eb543 |
EUC-JP | 眩七C | 1110001011000001101111001011011101000011 | e2c1bcb743 |
UTF-8 | 眩七C | 11100111100111001010100111100100101110001000001101000011 | e79ca9e4b88343 |
UHC | 眩七C | 1111101011011111111101101101001001000011 | fadff6d243 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)