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 | 100100010101000010001010111000000011111101000110 | 91508ae03f46 |
EUC-JP | 善癌?F | 110000011011000110110100111000100011111101000110 | c1b1b4e23f46 |
UTF-8 | 善癌蟬F | 11100101100101101000010011100111100110011000110011101000100111111010110001000110 | e59684e7998ce89fac46 |
UHC | 善癌蟬F | 11100000101111001110010011011111111000001101000101000110 | e0bce4dfe0d146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)