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苡? | 100100011110100011101000111011011000001010001001111001001000111100111111 | 91e8e8ed8289e48f3f |
EUC-JP | 題竟i苡? | 110000101110101011110000111011111010001111101001111001111110111100111111 | c2eaf0efa3e9e7ef3f |
UTF-8 | 題竟i苡꿸 | 111010011010000110001100111001111010101110011111111011111011110110001001111010001000101110100001111010101011111110111000 | e9a18ce7ab9fefbd89e88ba1eabfb8 |
UHC | 題竟i苡꿸 | 11110000101110011100110011100101101000111110100111101100101111101011001011101010 | f0b9cce5a3e9ecbeb2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)