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 | 犁癡犁癡^ | 111000001011001111100001100101111110000010110011111000011001011101011110 | e0b3e197e0b3e1975e |
EUC-JP | 犁癡犁癡^ | 111000001011010111100001111101111110000010110101111000011111011101011110 | e0b5e1f7e0b5e1f75e |
UTF-8 | 犁癡犁癡^ | 11100111100010101000000111100111100110011010000111100111100010101000000111100111100110011010000101011110 | e78a81e799a1e78a81e799a15e |
UHC | 犁癡犁癡^ | 110101111110000011110110110000101101011111100000111101101100001001011110 | d7e0f6c2d7e0f6c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)