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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 猷?ゲB | 100101110101000100111111100000110101000101000010 | 97513f835142 |
EUC-JP | 猷?ゲB | 110011011011001000111111101001011011001001000010 | cdb23fa5b242 |
UTF-8 | 猷븍ゲB | 11100111100011001011011111101011101110001000110111100011100000101011001001000010 | e78cb7ebb88de382b242 |
UHC | 猷븍ゲB | 11101011101000111011101011101011101010111011001001000010 | eba3baebabb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)