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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 瀅?\ | 11111011010011100011111101011100 | fb4e3f5c |
EUC-JP | 瀅?\ | 1000111111001001101010110011111101011100 | 8fc9ab3f5c |
UTF-8 | 瀅뢦\ | 11100111100000001000010111101011101000101010011001011100 | e78085eba2a65c |
UHC | 瀅뢦\ | 1111101110100100100011110110011101011100 | fba48f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)