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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證?量?? | 11100110100110100011111110010111110010100011111100111111 | e69a3f97ca3f3f |
EUC-JP | 證?量?? | 11101011111110100011111111001110110011000011111100111111 | ebfa3fcecc3f3f |
UTF-8 | 證뀀量利렧 | 111010001010110110001001111010111000000010000000111010011000011110001111111011111010011110011101111010111010000010100111 | e8ad89eb8080e9878fefa79deba0a7 |
UHC | 證뀀量利렧 | 11110001111110111011001011101011110101011110000111101100101001101000111010110110 | f1fbb2ebd5e1eca68eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)