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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 棚多属 | 100100100100100110010001101111011001000110101110 | 924991bd91ae |
EUC-JP | 棚多属 | 110000111010101011000010101111111100001010110000 | c3aac2bfc2b0 |
UTF-8 | 棚多属 | 111001101010001110011010111001011010010010011010111001011011000110011110 | e6a39ae5a49ae5b19e |
UHC | 棚多? | 1101110111011100110100101111110100111111 | dddcd2fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)