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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 棚狸族F | 10010010010010011001001001001011100100011011000001000110 | 9249924b91b046 |
EUC-JP | 棚狸族F | 11000011101010101100001110101100110000101011001001000110 | c3aac3acc2b246 |
UTF-8 | 棚狸族F | 11100110101000111001101011100111100010111011100011100110100101111000111101000110 | e6a39ae78bb8e6978f46 |
UHC | 棚狸族F | 11011101110111001101011111100001111100001110100101000110 | dddcd7e1f0e946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)