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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 倏倏簓\ | 111000001100010111110010111101011110000011000101111000101100011101011100 | e0c5f2f5e0c5e2c75c |
EUC-JP | 倏?倏簓\ | 1110000011000111001111111110000011000111111001001100100101011100 | e0c73fe0c7e4c95c |
UTF-8 | 倏倏簓\ | 11100101100000001000111111101110100010001010110011100101100000001000111111100111101100001001001101011100 | e5808fee88ace5808fe7b0935c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)