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 | ?W\ | 001111110101011101011100 | 3f575c |
SJIS-WIN | 蘓W\ | 11100101010111100101011101011100 | e55e575c |
EUC-JP | 蘓W\ | 11101001101111110101011101011100 | e9bf575c |
UTF-8 | 蘓W\ | 1110100010011000100100110101011101011100 | e89893575c |
UHC | ?W\ | 001111110101011101011100 | 3f575c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)