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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 壯х?F | 100110101110000110000100100001110011111101000110 | 9ae184873f46 |
EUC-JP | 壯х?F | 110101001110001110100111111001110011111101000110 | d4e3a7e73f46 |
UTF-8 | 壯х윐F | 111001011010001110101111110100011000010111101100100111001001000001000110 | e5a3afd185ec9c9046 |
UHC | 壯х윐F | 11101101111000001010110011100111100111111001011101000110 | ede0ace79f9746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)