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 | 簔 | 1111011110100111111101111010111011100010110000011111000011101101 | f7a7f7aee2c1f0ed |
EUC-JP | ??簔? | 0011111100111111111001001100001100111111 | 3f3fe4c33f |
UTF-8 | 簔 | 111011101001011010001010111011101001011010010001111001111011000010010100111011101000001010101100 | ee968aee9691e7b094ee82ac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)