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 | 證堪誣 | 111001101001101010001010101011001110011001110111 | e69a8aace677 |
EUC-JP | 證堪誣 | 111010111111101010110100101011101110101111011000 | ebfab4aeebd8 |
UTF-8 | 證堪誣 | 111010001010110110001001111001011010000010101010111010001010101010100011 | e8ad89e5a0aae8aaa3 |
UHC | 證堪誣 | 111100011111101111001010111011011101100111110100 | f1fbcaedd9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)