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 | 嘲孟?勘廬 | 100110100111110110010110110100000011111110001010101010001001110001001001 | 9a7d96d03f8aa89c49 |
EUC-JP | 嘲孟?勘廬 | 110100111101111011001100110100100011111110110100101010101101011110101010 | d3deccd23fb4aad7aa |
UTF-8 | 嘲孟렒勘廬 | 111001011001100010110010111001011010110110011111111010111010000010010010111001011000101110011000111001011011101110101100 | e598b2e5ad9feba092e58b98e5bbac |
UHC | 嘲孟렒勘廬 | 11110000101111111101100011101011100011101010011111001010111010111101010111100110 | f0bfd8eb8ea7caebd5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)