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 | ゚鞜錚 | 1101111111101000110111111110100001000010 | dfe8dfe842 |
EUC-JP | ゚鞜錚 | 100011101101111111110000111000011110111110100011 | 8edff0e1efa3 |
UTF-8 | ゚鞜錚 | 111011111011111010011111111010011001111010011100111010011000110010011010 | efbe9fe99e9ce98c9a |
UHC | ??錚 | 00111111001111111110111010110110 | 3f3feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)