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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ↑┃↑┃^ | 100000011010101010000100101010111000000110101010100001001010101101011110 | 81aa84ab81aa84ab5e |
EUC-JP | ↑┃↑┃^ | 101000101010110010101000101011011010001010101100101010001010110101011110 | a2aca8ada2aca8ad5e |
UTF-8 | ↑┃↑┃^ | 11100010100001101001000111100010100101001000001111100010100001101001000111100010100101001000001101011110 | e28691e29483e28691e294835e |
UHC | ↑┃↑┃^ | 101000011110100010100110101011011010000111101000101001101010110101011110 | a1e8a6ada1e8a6ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)