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 | ??Z? | 00111111001111110101101000111111 | 3f3f5a3f |
SJIS-WIN | 瀇宍Z章 | 11111011010011111000111010110011010110101000111111001101 | fb4f8eb35a8fcd |
EUC-JP | 瀇宍Z章 | 1000111111001001101011011011110010110101010110101011111011001111 | 8fc9adbcb55abecf |
UTF-8 | 瀇宍Z章 | 11100111100000001000011111100101101011101000110101011010111001111010101110100000 | e78087e5ae8d5ae7aba0 |
UHC | ??Z章 | 0011111100111111010110101110110111110001 | 3f3f5aedf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)