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 | 襌タュ襌 | 111001011111100111000000101011011110010111111001 | e5f9c0ade5f9 |
EUC-JP | 襌タュ襌 | 1110101011111011100011101100000010001110101011011110101011111011 | eafb8ec08eadeafb |
UTF-8 | 襌タュ襌 | 111010001010010110001100111011111011111010000000111011111011110110101101111010001010010110001100 | e8a58cefbe80efbdade8a58c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)