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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 招烋招炮^ | 100011111011010111100000011111011000111110110101111000000111101101011110 | 8fb5e07d8fb5e07b5e |
EUC-JP | 招烋招炮^ | 101111101011011111011111110111101011111010110111110111111101110001011110 | beb7dfdebeb7dfdc5e |
UTF-8 | 招烋招炮^ | 11100110100010111001101111100111100000111000101111100110100010111001101111100111100000101010111001011110 | e68b9be7838be68b9be782ae5e |
UHC | 招烋招?^ | 1111010011111101111111011100111011110100111111010011111101011110 | f4fdfdcef4fd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)