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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 帳??c^ | 100100101010000000111111001111110110001101011110 | 92a03f3f635e |
EUC-JP | 帳??c^ | 110001001010001000111111001111110110001101011110 | c4a23f3f635e |
UTF-8 | 帳좄뻗c^ | 1110010110111000101100111110110010100010100001001110101110111011100101110110001101011110 | e5b8b3eca284ebbb97635e |
UHC | 帳좄뻗c^ | 1110110111100011101000001110100010111011101110000110001101011110 | ede3a0e8bbb8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)