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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 羸h羸 | 1110001110111110011010001110001110111110 | e3be68e3be |
EUC-JP | 羸h羸 | 1110011011000000011010001110011011000000 | e6c068e6c0 |
UTF-8 | 羸h羸 | 11100111101111101011100001101000111001111011111010111000 | e7beb868e7beb8 |
UHC | 羸h羸 | 1101011111101000011010001101011111101000 | d7e868d7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)