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 | 猷??円? | 10010111010100010011111100111111100010010111111000111111 | 97513f3f897e3f |
EUC-JP | 猷??円? | 11001101101100100011111100111111101100011101111100111111 | cdb23f3fb1df3f |
UTF-8 | 猷듐걖円갌 | 111001111000110010110111111010111001001110010000111010101011000110010110111001011000011010000110111010101011000010001100 | e78cb7eb9390eab196e58686eab08c |
UHC | 猷듐걖円갌 | 11101011101000111011010111100011100000011000000111100101111101111000000101000110 | eba3b5e38181e5f78146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)