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 | ?蘆 | 001111111110010101100010 | 3fe562 |
EUC-JP | ?蘆 | 001111111110100111000011 | 3fe9c3 |
UTF-8 | 안蘆 | 111011001001010110001000111010001001100010000110 | ec9588e89886 |
UHC | 안蘆 | 10111110110010001101011011010110 | bec8d6d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)