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 | 1111101111010000111000001111101001000110 | fbd0e0fa46 |
EUC-JP | 鋗瓏F | 100011111110010011000001111000001111110001000110 | 8fe4c1e0fc46 |
UTF-8 | 鋗瓏F | 11101001100010111001011111100111100100111000111101000110 | e98b97e7938f46 |
UHC | ?瓏F | 00111111110101101110101001000110 | 3fd6ea46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)