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 | 猷??徇?5 | 100101110101000100111111001111111001110001101101001111111000001001010100 | 97513f3f9c6d3f8254 |
EUC-JP | 猷??徇?5 | 110011011011001000111111001111111101011111001110001111111010001110110101 | cdb23f3fd7ce3fa3b5 |
UTF-8 | 猷댄슃徇곷5 | 111001111000110010110111111010111000110010000100111011001000101010000011111001011011111010000111111010101011001110110111111011111011110010010101 | e78cb7eb8c84ec8a83e5be87eab3b7efbc95 |
UHC | 猷댄슃徇곷5 | 111010111010001110110100111011011001101010010101111000101101111110000001111010111010001110110101 | eba3b4ed9a95e2df81eba3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)