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 | 剪祀c | 100110011001001011100010010010101000001010000011 | 9992e24a8283 |
EUC-JP | 剪祀c | 110100011111001011100011101010111010001111100011 | d1f2e3aba3e3 |
UTF-8 | 剪祀c | 111001011000100110101010111001111010010110000000111011111011110110000011 | e589aae7a580efbd83 |
UHC | 剪祀c | 111011101111001011011110111001011010001111100011 | eef2dee5a3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)