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 | 證堪? | 1110011010011010100010101010110000111111 | e69a8aac3f |
EUC-JP | 證堪? | 1110101111111010101101001010111000111111 | ebfab4ae3f |
UTF-8 | 證堪렊 | 111010001010110110001001111001011010000010101010111010111010000010001010 | e8ad89e5a0aaeba08a |
UHC | 證堪렊 | 111100011111101111001010111011011000111010100001 | f1fbcaed8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)