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 | 猷??恂b? | 100101110101000100111111001111111001110010010110100000101000001000111111 | 97513f3f9c9682823f |
EUC-JP | 猷??恂b? | 110011011011001000111111001111111101011111110110101000111110001000111111 | cdb23f3fd7f6a3e23f |
UTF-8 | 猷댄슃恂b뾾 | 111001111000110010110111111010111000110010000100111011001000101010000011111001101000000110000010111011111011110110000010111010111011111010111110 | e78cb7eb8c84ec8a83e68182efbd82ebbebe |
UHC | 猷댄슃恂b뾾 | 111010111010001110110100111011011001101010010101111000101110000110100011111000101001011110000110 | eba3b4ed9a95e2e1a3e29786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)