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 | ゚赱襭 | 1101111111100110110111111110011001000010 | dfe6dfe642 |
EUC-JP | ゚赱襭 | 100011101101111111101100111000011110101110100011 | 8edfece1eba3 |
UTF-8 | ゚赱襭 | 111011111011111010011111111010001011010110110001111010001010010110101101 | efbe9fe8b5b1e8a5ad |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)