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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 蜩ュF | 11100101100100111010110101000110 | e593ad46 |
EUC-JP | 蜩ュF | 1110100111110011100011101010110101000110 | e9f38ead46 |
UTF-8 | 蜩ュF | 11101000100111001010100111101111101111011010110101000110 | e89ca9efbdad46 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)