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 | äð¤n@h | 111001001111000010100100011011100100000001101000 | e4f0a46e4068 |
SJIS-WIN | ???n@h | 001111110011111100111111011011100100000001101000 | 3f3f3f6e4068 |
EUC-JP | äð¤n@h | 100011111010101110100011100011111010100111000011100011111010001011110000011011100100000001101000 | 8faba38fa9c38fa2f06e4068 |
UTF-8 | äð¤n@h | 110000111010010011000011101100001100001010100100011011100100000001101000 | c3a4c3b0c2a46e4068 |
UHC | ?ð¤n@h | 0011111110101001101000111010001010110100011011100100000001101000 | 3fa9a3a2b46e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)