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 | 裴シ繧溢ィカ | 111001011110100010111100111000111000001010001000111011001010100010110110 | e5e8bce38288eca8b6 |
EUC-JP | 裴シ繧溢ィカ | 111010101110101010001110101111001110010111100010101100001110111010001110101010001000111010110110 | eaea8ebce5e2b0ee8ea88eb6 |
UTF-8 | 裴シ繧溢ィカ | 111010001010001110110100111011111011110110111100111001111011100110100111111001101011101010100010111011111011110110101000111011111011110110110110 | e8a3b4efbdbce7b9a7e6baa2efbda8efbdb6 |
UHC | 裴??溢?? | 1101101111010000001111110011111111101100111011100011111100111111 | dbd03f3fecee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)