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 | 襍ヲ邏嶺ク | 1110100010110101101001101110011110110100100101111110010010111000 | e8b5a6e7b497e4b8 |
EUC-JP | 襍ヲ邏嶺ク | 11110000101101111000111010100110111011101011011011001110111001101000111010111000 | f0b78ea6eeb6cee68eb8 |
UTF-8 | 襍ヲ邏嶺ク | 111010001010010110001101111011111011110110100110111010011000001010001111111001011011011010111010111011111011110110111000 | e8a58defbda6e9828fe5b6baefbdb8 |
UHC | ??邏嶺? | 00111111001111111101010110100100110101101011101000111111 | 3f3fd5a4d6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)