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 | 10010010010010011001001001010000100100011011100001001000 | 9249925091b848 |
EUC-JP | 棚単尊H | 11000011101010101100001110110001110000101011101001001000 | c3aac3b1c2ba48 |
UTF-8 | 棚単尊H | 11100110101000111001101011100101100011011001100011100101101100001000101001001000 | e6a39ae58d98e5b08a48 |
UHC | 棚?尊H | 110111011101110000111111111100001110111001001000 | dddc3ff0ee48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)