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 | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 譚」]H | 1110011010011101101000110101110101001000 | e69da35d48 |
EUC-JP | 譚」]H | 111010111111110110001110101000110101110101001000 | ebfd8ea35d48 |
UTF-8 | 譚」]H | 1110100010101101100110101110111110111101101000110101110101001000 | e8ad9aefbda35d48 |
UHC | 譚?]H | 1101001111001001001111110101110101001000 | d3c93f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)