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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 壯х?P | 100110101110000110000100100001110011111101010000 | 9ae184873f50 |
EUC-JP | 壯х?P | 110101001110001110100111111001110011111101010000 | d4e3a7e73f50 |
UTF-8 | 壯х윓P | 111001011010001110101111110100011000010111101100100111001001001101010000 | e5a3afd185ec9c9350 |
UHC | 壯х윓P | 11101101111000001010110011100111100111111001101001010000 | ede0ace79f9a50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)