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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓙キ蝌ッ | 111001001110011010110111111001011001100010101111 | e4e6b7e598af |
EUC-JP | 蓙キ蝌ッ | 1110100011101000100011101011011111101001111110001000111010101111 | e8e88eb7e9f88eaf |
UTF-8 | 蓙キ蝌ッ | 111010001001001110011001111011111011110110110111111010001001110110001100111011111011110110101111 | e89399efbdb7e89d8cefbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)