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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 邀鵬] | 1110011110110001100101100101000101011101 | e7b196515d |
EUC-JP | 邀鵬] | 1110111010110011110010111011001001011101 | eeb3cbb25d |
UTF-8 | 邀鵬] | 11101001100000101000000011101001101101011010110001011101 | e98280e9b5ac5d |
UHC | 邀鵬] | 1110100110101101110111011101111101011101 | e9addddf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)