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 | 證嵌鈞 | 111001101001101010011011110001101110011111100000 | e69a9bc6e7e0 |
EUC-JP | 證嵌鈞 | 111010111111101011010110110010001110111011100010 | ebfad6c8eee2 |
UTF-8 | 證嵌鈞 | 111010001010110110001001111001011011010110001100111010011000100010011110 | e8ad89e5b58ce9889e |
UHC | 證嵌鈞 | 111100011111101111001010111011101101000010110111 | f1fbcaeed0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)