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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?貰?貰B | 00111111100101101110000100111111100101101110000101000010 | 3f96e13f96e142 |
EUC-JP | 俠貰俠貰B | 1000111110110001110000101100110011100011100011111011000111000010110011001110001101000010 | 8fb1c2cce38fb1c2cce342 |
UTF-8 | 俠貰俠貰B | 11100100101111111010000011101000101100101011000011100100101111111010000011101000101100101011000001000010 | e4bfa0e8b2b0e4bfa0e8b2b042 |
UHC | 俠貰俠貰B | 111110101110111111100001101011101111101011101111111000011010111001000010 | faefe1aefaefe1ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)