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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 翔翔^ | 1110001111000100111000111100010001011110 | e3c4e3c45e |
EUC-JP | 翔翔^ | 1110011011000110111001101100011001011110 | e6c6e6c65e |
UTF-8 | 翔翔^ | 11100111101111111001010011100111101111111001010001011110 | e7bf94e7bf945e |
UHC | 翔翔^ | 1101111111010110110111111101011001011110 | dfd6dfd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)