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 | ??僞 | 00111111001111111001100101000101 | 3f3f9945 |
EUC-JP | ??僞 | 00111111001111111101000110100110 | 3f3fd1a6 |
UTF-8 | 솨네僞 | 111011001000011010101000111010111000010010100100111001011000001110011110 | ec86a8eb84a4e5839e |
UHC | 솨네僞 | 101111001101110110110011110101111110101011001010 | bcddb3d7eaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)