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 | 證嵌? | 1110011010011010100110111100011000111111 | e69a9bc63f |
EUC-JP | 證嵌? | 1110101111111010110101101100100000111111 | ebfad6c83f |
UTF-8 | 證嵌렫 | 111010001010110110001001111001011011010110001100111010111010000010101011 | e8ad89e5b58ceba0ab |
UHC | 證嵌렫 | 111100011111101111001010111011101000111010111001 | f1fbcaee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)