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 | 00111111001111110110000001000010 | 3f3f6042 |
SJIS-WIN | 竪但`B | 100100100100011110010010010000010110000001000010 | 924792416042 |
EUC-JP | 竪但`B | 110000111010100011000011101000100110000001000010 | c3a8c3a26042 |
UTF-8 | 竪但`B | 1110011110101011101010101110010010111101100001100110000001000010 | e7abaae4bd866042 |
UHC | 竪但`B | 111000101011010111010011101000110110000001000010 | e2b5d3a36042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)