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 | ??羈 | 00111111001111111110001110110001 | 3f3fe3b1 |
EUC-JP | ??羈 | 00111111001111111110011010110011 | 3f3fe6b3 |
UTF-8 | 솟뤻羈 | 111011001000011010011111111010111010010010111011111001111011111010001000 | ec869feba4bbe7be88 |
UHC | 솟뤻羈 | 101111001101101010001111111010011101000110111100 | bcda8fe9d1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)