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 | ?uH | 001111110111010101001000 | 3f7548 |
SJIS-WIN | ?uH | 001111110111010101001000 | 3f7548 |
EUC-JP | ?uH | 001111110111010101001000 | 3f7548 |
UTF-8 | 챈uH | 1110110010110001100010000111010101001000 | ecb1887548 |
UHC | 챈uH | 11000011101001100111010101001000 | c3a67548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)