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 | 蟾。貂ヲ辯 | 1110010110110111101000011110011010111000101001101110011110000111 | e5b7a1e6b8a6e787 |
EUC-JP | 蟾。貂ヲ辯 | 11101010101110011000111010100001111011001011101010001110101001101110110111100111 | eab98ea1ecba8ea6ede7 |
UTF-8 | 蟾。貂ヲ辯 | 111010001001111110111110111011111011110110100001111010001011001010000010111011111011110110100110111010001011111010101111 | e89fbeefbda1e8b282efbda6e8beaf |
UHC | 蟾?貂?辯 | 1110000011101010001111111111010110110000001111111101110010101010 | e0ea3ff5b03fdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)