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 | 顏ィ驢堺ク | 1110100011111000101010001110100110000110100011011110010010111000 | e8f8a8e9868de4b8 |
EUC-JP | 顏ィ驢堺ク | 11110000111110101000111010101000111100011110011010111010111001101000111010111000 | f0fa8ea8f1e6bae68eb8 |
UTF-8 | 顏ィ驢堺ク | 111010011010000110001111111011111011110110101000111010011010100110100010111001011010000010111010111011111011110110111000 | e9a18fefbda8e9a9a2e5a0baefbdb8 |
UHC | ??驢堺? | 00111111001111111101010111110000110011001111011100111111 | 3f3fd5f0ccf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)