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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瘋肝 | 11100001100001101000101011001100 | e1868acc |
EUC-JP | 瘋肝 | 11100001111001101011010011001110 | e1e6b4ce |
UTF-8 | 瘋肝 | 111001111001100010001011111010001000001010011101 | e7988be8829d |
UHC | ?肝 | 001111111100101011011100 | 3fcadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)