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 | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-WIN | 鯀o鯀} | 111010011011111101101111111010011011111101111101 | e9bf6fe9bf7d |
EUC-JP | 鯀o鯀} | 111100101100000101101111111100101100000101111101 | f2c16ff2c17d |
UTF-8 | 鯀o鯀} | 1110100110101111100000000110111111101001101011111000000001111101 | e9af806fe9af807d |
UHC | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)