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 | 猷??嗽? | 10010111010100010011111100111111100110100111010100111111 | 97513f3f9a753f |
EUC-JP | 猷??嗽? | 11001101101100100011111100111111110100111101011000111111 | cdb23f3fd3d63f |
UTF-8 | 猷댄슃嗽늜 | 111001111000110010110111111010111000110010000100111011001000101010000011111001011001011110111101111010111000101010011100 | e78cb7eb8c84ec8a83e597bdeb8a9c |
UHC | 猷댄슃嗽늜 | 11101011101000111011010011101101100110101001010111100001111101011000100001101000 | eba3b4ed9a95e1f58868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)