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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 預?^ | 10010111011000010011111101011110 | 97613f5e |
EUC-JP | 預?^ | 11001101110000100011111101011110 | cdc23f5e |
UTF-8 | 預퇭^ | 11101001101000001001000011101101100001111010110101011110 | e9a090ed87ad5e |
UHC | 預퇭^ | 1110011111101000101110000110001101011110 | e7e8b8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)