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 | ??V??I | 001111110011111101010110001111110011111101001001 | 3f3f563f3f49 |
SJIS-WIN | 嶸」V嶸イI | 1111101010110100101000110101011011111010101101001011001001001001 | fab4a356fab4b249 |
EUC-JP | 嶸」V嶸イI | 100011111011101111110100100011101010001101010110100011111011101111110100100011101011001001001001 | 8fbbf48ea3568fbbf48eb249 |
UTF-8 | 嶸」V嶸イI | 1110010110110110101110001110111110111101101000110101011011100101101101101011100011101111101111011011001001001001 | e5b6b8efbda356e5b6b8efbdb249 |
UHC | 嶸?V嶸?I | 1110011110101110001111110101011011100111101011100011111101001001 | e7ae3f56e7ae3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)