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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?狡?校?ⅶ | 001111111110000011000010001111111000110101011010001111111111101001000110 | 3fe0c23f8d5a3ffa46 |
EUC-JP | ?狡?校?? | 0011111111100000110001000011111110111001101110110011111100111111 | 3fe0c43fb9bb3f3f |
UTF-8 | 炡狡렰校렡ⅶ | 111001111000001010100001111001111000101110100001111010111010000010110000111001101010000010100001111010111010000010100001111000101000010110110110 | e782a1e78ba1eba0b0e6a0a1eba0a1e285b6 |
UHC | 炡狡렰校렡ⅶ | 111011111110100011001110111010101000111010111101110011101110100010001110101100101010010110100111 | efe8ceea8ebdcee88eb2a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)