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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 澈磁h澈 | 11111011010010111000111010100101011010001111101101001011 | fb4b8ea568fb4b |
EUC-JP | 澈磁h澈 | 100011111100100011100101101111001010011101101000100011111100100011100101 | 8fc8e5bca7688fc8e5 |
UTF-8 | 澈磁h澈 | 11100110101111101000100011100111101000111000000101101000111001101011111010001000 | e6be88e7a38168e6be88 |
UHC | 澈磁h澈 | 11110100110011011110110110111000011010001111010011001101 | f4cdedb868f4cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)