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 | 闕オ^ | 11101000100011011011010101011110 | e88db55e |
EUC-JP | 闕オ^ | 1110111111101101100011101011010101011110 | efed8eb55e |
UTF-8 | 闕オ^ | 11101001100101111001010111101111101111011011010101011110 | e99795efbdb55e |
UHC | 闕?^ | 11001111111101000011111101011110 | cff43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)