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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔主З諠 | 1110011010000010100011101110010110000100010010001110011010000011 | e6828ee58448e683 |
EUC-JP | 謔主З諠 | 1110101111100010101111001110011110100111101010011110101111100011 | ebe2bce7a7a9ebe3 |
UTF-8 | 謔主З諠 | 1110100010101100100101001110010010111000101110111101000010010111111010001010101110100000 | e8ac94e4b8bbd097e8aba0 |
UHC | 謔主З? | 11111001110011001111000110101011101011001010100100111111 | f9ccf1abaca93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)