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 | ?肝 | 001111111000101011001100 | 3f8acc |
EUC-JP | ?肝 | 001111111011010011001110 | 3fb4ce |
UTF-8 | 뤐肝 | 111010111010010010010000111010001000001010011101 | eba490e8829d |
UHC | 뤐肝 | 10001111110000001100101011011100 | 8fc0cadc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)