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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誰属坦巽 | 1001001001001110100100011010111010010010010100101001001001000110 | 924e91ae92529246 |
EUC-JP | 誰属坦巽 | 1100001110101111110000101011000011000011101100111100001110100111 | c3afc2b0c3b3c3a7 |
UTF-8 | 誰属坦巽 | 111010001010101010110000111001011011000110011110111001011001110110100110111001011011011110111101 | e8aab0e5b19ee59da6e5b7bd |
UHC | 誰?坦巽 | 11100010110000010011111111110111101001001110000111011110 | e2c13ff7a4e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)