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 | 題竟i砥? | 100100011110100011101000111011011000001010001001100100110111010100111111 | 91e8e8ed828993753f |
EUC-JP | 題竟i砥? | 110000101110101011110000111011111010001111101001110001011101011000111111 | c2eaf0efa3e9c5d63f |
UTF-8 | 題竟i砥묍 | 111010011010000110001100111001111010101110011111111011111011110110001001111001111010000010100101111010111010110010001101 | e9a18ce7ab9fefbd89e7a0a5ebac8d |
UHC | 題竟i砥묍 | 11110000101110011100110011100101101000111110100111110010101100101011100110100011 | f0b9cce5a3e9f2b2b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)