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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | ?臣?m | 0011111110010000011000100011111101101101 | 3f90623f6d |
EUC-JP | ?臣?m | 0011111110111111110000110011111101101101 | 3fbfc33f6d |
UTF-8 | 룵臣◐m | 11101011101000111011010111101000100001111010001111100010100101111001000001101101 | eba3b5e887a3e297906d |
UHC | 룵臣◐m | 10001111101010101110001111101101101000101100010001101101 | 8faae3eda2c46d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)