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 | 雍縄ウ域囑 | 111010001011010010010011111010101011001110001000111001101001101010010110 | e8b493eab388e69a96 |
EUC-JP | 雍縄ウ域囑 | 11110000101101101100011011101100100011101011001110110000111010001101001111110110 | f0b6c6ec8eb3b0e8d3f6 |
UTF-8 | 雍縄ウ域囑 | 111010011001101110001101111001111011100010000100111011111011110110110011111001011001111110011111111001011001101110010001 | e99b8de7b884efbdb3e59f9fe59b91 |
UHC | 雍??域囑 | 1110100010111100001111110011111111100110101101001111010110110110 | e8bc3f3fe6b4f5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)