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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 重?障?淫? | 100011110110010000111111100011111110000100111111100010001111101000111111 | 8f643f8fe13f88fa3f |
EUC-JP | 重?障?淫? | 101111011100010100111111101111101110001100111111101100001111110000111111 | bdc53fbee33fb0fc3f |
UTF-8 | 重렦障렔淫렕 | 111010011000011110001101111010111010000010100110111010011001101010011100111010111010000010010100111001101011011110101011111010111010000010010101 | e9878deba0a6e99a9ceba094e6b7abeba095 |
UHC | 重렦障렔淫렕 | 111100011110110010001110101101011110111010100001100011101010100111101011111000101000111010101010 | f1ec8eb5eea18ea9ebe28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)