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 | ?辛瑢 | 0011111110010000011010001111101101101011 | 3f9068fb6b |
EUC-JP | ?辛瑢 | 001111111011111111001001100011111100110011000010 | 3fbfc98fccc2 |
UTF-8 | 뽭辛瑢 | 111010111011110110101101111010001011111010011011111001111001000110100010 | ebbdade8be9be791a2 |
UHC | 뽭辛瑢 | 100101101110100111100011111101001110100111000011 | 96e9e3f4e9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)