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 | 辣i洪 | 111001111000010110000010100010011000110101011110 | e78582898d5e |
EUC-JP | 辣i洪 | 111011011110010110100011111010011011100110111111 | ede5a3e9b9bf |
UTF-8 | 辣i洪 | 111010001011111010100011111011111011110110001001111001101011010010101010 | e8bea3efbd89e6b4aa |
UHC | 辣i洪 | 110101011011100010100011111010011111101111110011 | d5b8a3e9fbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)