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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 消」イカネ | 1000111111000001111100101111101110100011101100101011011011001000 | 8fc1f2fba3b2b6c8 |
EUC-JP | 消?」イカネ | 1011111011000011001111111000111010100011100011101011001010001110101101101000111011001000 | bec33f8ea38eb28eb68ec8 |
UTF-8 | 消」イカネ | 111001101011011010001000111011101000100010110010111011111011110110100011111011111011110110110010111011111011110110110110111011111011111010001000 | e6b688ee88b2efbda3efbdb2efbdb6efbe88 |
UHC | 消????? | 11100001101111000011111100111111001111110011111100111111 | e1bc3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)