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 | 疫???② | 10001001011101010011111100111111001111111000011101000001 | 89753f3f3f8741 |
EUC-JP | 疫???? | 101100011101011000111111001111110011111100111111 | b1d63f3f3f3f |
UTF-8 | 疫쒏굢緣② | 111001111001011010101011111011001001001010001111111010101011010110100010111001111011011110100011111000101001000110100001 | e796abec928feab5a2e7b7a3e291a1 |
UHC | 疫쒏굢緣② | 11100110101110011001110011100110100000101000100111100110110111101010100011101000 | e6b99ce68289e6dea8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)