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 | 100110111001001000111111100010011100011101000010 | 9b923f89c742 |
EUC-JP | 將?寡B | 110101011111001000111111101100101100100101000010 | d5f23fb2c942 |
UTF-8 | 將쇼寡B | 11100101101100001000011111101100100001111011110011100101101011111010000101000010 | e5b087ec87bce5afa142 |
UHC | 將쇼寡B | 11101101111000101011110011101110110011011111101101000010 | ede2bceecdfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)