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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 咤痿涌H | 10011010010000101110000101111110100101110100111101001000 | 9a42e17e974f48 |
EUC-JP | 咤痿涌H | 11010011101000111110000111011111110011011011000001001000 | d3a3e1dfcdb048 |
UTF-8 | 咤痿涌H | 11100101100100101010010011100111100101111011111111100110101101101000110001001000 | e592a4e797bfe6b68c48 |
UHC | 咤?涌H | 111101101110001100111111111010011011111101001000 | f6e33fe9bf48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)