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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 顴絅庠B | 11101001010000011110001101000100100110111111011101000010 | e941e3449bf742 |
EUC-JP | 顴絅庠B | 11110001101000101110010110100101110101101111100101000010 | f1a2e5a5d6f942 |
UTF-8 | 顴絅庠B | 11101001101000011011010011100111101101011000010111100101101110101010000001000010 | e9a1b4e7b585e5baa042 |
UHC | ?絅庠B | 001111111100110011100111110111111100101001000010 | 3fcce7dfca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)