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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 野ч?詣?? | 100101101110110010000100100010010011111110001100011101110011111100111111 | 96ec84893f8c773f3f |
EUC-JP | 野ч?詣?? | 110011001110111010100111111010010011111110110111110110000011111100111111 | cceea7e93fb7d83f3f |
UTF-8 | 野ч눈詣앭ㅁ | 1110100110000111100011101101000110000111111010111000100010001000111010001010100110100011111011001001010110101101111000111000010110000001 | e9878ed187eb8888e8a9a3ec95ade38581 |
UHC | 野ч눈詣앭ㅁ | 111001011010111110101100111010011011010010101011111001111110000110011101111001011010010010110001 | e5aface9b4abe7e19de5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)