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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 陷広\ | 1110100010011100100011010100110001011100 | e89c8d4c5c |
EUC-JP | 陷広\ | 1110111111111100101110011010110101011100 | effcb9ad5c |
UTF-8 | 陷広\ | 11101001100110011011011111100101101110101000001101011100 | e999b7e5ba835c |
UHC | 陷?\ | 11111001111010000011111101011100 | f9e83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)