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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 矗簔 | 1111011011100010111000011101111011100010110000011111011110101010 | f6e2e1dee2c1f7aa |
EUC-JP | ?矗簔? | 001111111110001011100000111001001100001100111111 | 3fe2e0e4c33f |
UTF-8 | 矗簔 | 111011101001010010001001111001111001111110010111111001111011000010010100111011101001011010001101 | ee9489e79f97e7b094ee968d |
UHC | ?矗?? | 0011111111110101101110000011111100111111 | 3ff5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)