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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褻念鬣 | 111001011111011010010100010011111110100110100101 | e5f6944fe9a5 |
EUC-JP | 褻念鬣 | 111010101111100011000111101100001111001010100111 | eaf8c7b0f2a7 |
UTF-8 | 褻念鬣 | 111010001010010010111011111001011011111110110101111010011010110010100011 | e8a4bbe5bfb5e9aca3 |
UHC | 褻念? | 1110000011100001110100101011011100111111 | e0e1d2b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)