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 | 蝓主ッャ | 111001011001111110001110111001011010111110101100 | e59f8ee5afac |
EUC-JP | 蝓主ッャ | 1110101010100001101111001110011110001110101011111000111010101100 | eaa1bce78eaf8eac |
UTF-8 | 蝓主ッャ | 111010001001110110010011111001001011100010111011111011111011110110101111111011111011110110101100 | e89d93e4b8bbefbdafefbdac |
UHC | ?主?? | 0011111111110001101010110011111100111111 | 3ff1ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)