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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | 夷?????e^ | 100010001100111000111111001111110011111100111111001111110110010101011110 | 88ce3f3f3f3f3f655e |
EUC-JP | 夷?????e^ | 101100001101000000111111001111110011111100111111001111110110010101011110 | b0d03f3f3f3f3f655e |
UTF-8 | 夷뚰쉧淋귥㎚e^ | 1110010110100100101101111110101110011010101100001110110010001001101001111110111110100111101101011110101010110111101001011110001110001110100110100110010101011110 | e5a4b7eb9ab0ec89a7efa7b5eab7a5e38e9a655e |
UHC | 夷뚰쉧淋귥㎚e^ | 1110110010101000100011001110110110011010100000011110110011111000100000101110110010100111101011000110010101011110 | eca88ced9a81ecf882eca7ac655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)