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 | ???\B | 0011111100111111001111110101110001000010 | 3f3f3f5c42 |
SJIS-WIN | 訷夭繭\B | 1111101110100100100110101110111010010110100110100101110001000010 | fba49aee969a5c42 |
EUC-JP | 訷夭繭\B | 100011111101110111010100110101001111000011001011111110100101110001000010 | 8fddd4d4f0cbfa5c42 |
UTF-8 | 訷夭繭\B | 1110100010101000101101111110010110100100101011011110011110111001101011010101110001000010 | e8a8b7e5a4ade7b9ad5c42 |
UHC | ?夭繭\B | 00111111111010001110110011001100101101100101110001000010 | 3fe8ecccb65c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)