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 | 猷??猷ョ? | 100101110101000100111111001111111001011101010001100000111000011100111111 | 97513f3f975183873f |
EUC-JP | 猷??猷ョ? | 110011011011001000111111001111111100110110110010101001011110011100111111 | cdb23f3fcdb2a5e73f |
UTF-8 | 猷띠썳猷ョ뵺 | 111001111000110010110111111010111001110110100000111011001000110110110011111001111000110010110111111000111000001110100111111010111011010110111010 | e78cb7eb9da0ec8db3e78cb7e383a7ebb5ba |
UHC | 猷띠썳猷ョ뵺 | 111010111010001110110110111011001001101110100001111010111010001110101011111001111001010010111000 | eba3b6ec9ba1eba3abe794b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)