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 | 證耕? | 1110011010011010100011010110101100111111 | e69a8d6b3f |
EUC-JP | 證耕? | 1110101111111010101110011100110000111111 | ebfab9cc3f |
UTF-8 | 證耕딧 | 111010001010110110001001111010001000000010010101111010111001010010100111 | e8ad89e88095eb94a7 |
UHC | 證耕딧 | 111100011111101111001100111010011011010111110111 | f1fbcce9b5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)