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 | 墻ョ?詣?? | 100110101101010010000011100001110011111110001100011101110011111100111111 | 9ad483873f8c773f3f |
EUC-JP | 墻ョ?詣?? | 110101001101011010100101111001110011111110110111110110000011111100111111 | d4d6a5e73fb7d83f3f |
UTF-8 | 墻ョ뿏詣앭뤀 | 111001011010001010111011111000111000001110100111111010111011111110001111111010001010100110100011111011001001010110101101111010111010010010000000 | e5a2bbe383a7ebbf8fe8a9a3ec95adeba480 |
UHC | 墻ョ뿏詣앭뤀 | 111011011101111110101011111001111001011110010100111001111110000110011101111001011000111110110001 | eddfabe79794e7e19de58fb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)