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棧 | 1001111010100000011010001001111010100000 | 9ea0689ea0 |
EUC-JP | 棧h棧 | 1101110010100010011010001101110010100010 | dca268dca2 |
UTF-8 | 棧h棧 | 11100110101000111010011101101000111001101010001110100111 | e6a3a768e6a3a7 |
UHC | 棧h棧 | 1110110111010000011010001110110111010000 | edd068edd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)