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 | ??I | 001111110011111101001001 | 3f3f49 |
SJIS-WIN | ?疫I | 00111111100010010111010101001001 | 3f897549 |
EUC-JP | ?疫I | 00111111101100011101011001001001 | 3fb1d649 |
UTF-8 | 뽟疫I | 11101011101111011001111111100111100101101010101101001001 | ebbd9fe796ab49 |
UHC | 뽟疫I | 1001011011011011111001101011100101001001 | 96dbe6b949 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)