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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?狡?校? | 00111111111000001100001000111111100011010101101000111111 | 3fe0c23f8d5a3f |
EUC-JP | ?狡?校? | 00111111111000001100010000111111101110011011101100111111 | 3fe0c43fb9bb3f |
UTF-8 | 炡狡렰校렩 | 111001111000001010100001111001111000101110100001111010111010000010110000111001101010000010100001111010111010000010101001 | e782a1e78ba1eba0b0e6a0a1eba0a9 |
UHC | 炡狡렰校렩 | 11101111111010001100111011101010100011101011110111001110111010001000111010110111 | efe8ceea8ebdcee88eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)