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 | ?S? | 001111110101001100111111 | 3f533f |
SJIS-WIN | 蓉S悶 | 1001011101110101010100111001011011100011 | 97755396e3 |
EUC-JP | 蓉S悶 | 1100110111010110010100111100110011100101 | cdd653cce5 |
UTF-8 | 蓉S悶 | 11101000100100111000100101010011111001101000001010110110 | e8938953e682b6 |
UHC | 蓉S悶 | 1110100111001000010100111101101010111111 | e9c853dabf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)