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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 智?] | 10010010011100010011111101011101 | 92713f5d |
EUC-JP | 智?] | 11000011110100100011111101011101 | c3d23f5d |
UTF-8 | 智렩] | 11100110100110011011101011101011101000001010100101011101 | e699baeba0a95d |
UHC | 智렩] | 1111001010101010100011101011011101011101 | f2aa8eb75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)