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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葯滄ゥ守゙ | 1110010011011110100111111110100110101001100011101110011111011110 | e4de9fe9a98ee7de |
EUC-JP | 葯滄ゥ守゙ | 11101000111000001101111011101011100011101010100110111100111010011000111011011110 | e8e0deeb8ea9bce98ede |
UTF-8 | 葯滄ゥ守゙ | 111010001001000110101111111001101011101110000100111011111011110110101001111001011010111010001000111011111011111010011110 | e891afe6bb84efbda9e5ae88efbe9e |
UHC | 葯滄?守? | 1110010110110101111100111110011100111111111000011111101000111111 | e5b5f3e73fe1fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)