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 | 1110100010010011100010010100111101000110 | e893894f46 |
EUC-JP | 闢碓F | 1110111111110011101100011011000001000110 | eff3b1b046 |
UTF-8 | 闢碓F | 11101001100101111010001011100111101000101001001101000110 | e997a2e7a29346 |
UHC | 闢?F | 11011100101000110011111101000110 | dca33f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)