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 | 重???? | 100011110110010000111111001111110011111100111111 | 8f643f3f3f3f |
EUC-JP | 重???饔 | 1011110111000101001111110011111100111111100011111110100011101111 | bdc53f3f3f8fe8ef |
UTF-8 | 重렦렺렟饔 | 111010011000011110001101111010111010000010100110111010111010000010111010111010111010000010011111111010011010010110010100 | e9878deba0a6eba0baeba09fe9a594 |
UHC | 重렦렺렟饔 | 11110001111011001000111010110101100011101100001010001110101100001110100010111101 | f1ec8eb58ec28eb0e8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)