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 | 譽倣摧 | 111001101010001110010101111011011001110110010100 | e6a395ed9d94 |
EUC-JP | 譽倣摧 | 111011001010010111001010111011111101100111110100 | eca5caefd9f4 |
UTF-8 | 譽倣摧 | 111010001010110110111101111001011000000010100011111001101001000110100111 | e8adbde580a3e691a7 |
UHC | 譽倣? | 1110011111100010110110111010011100111111 | e7e2dba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)