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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫??依?? | 1001100010101100001111110011111110001000110010110011111100111111 | 98ac3f3f88cb3f3f |
EUC-JP | 豫??依?? | 1101000010101110001111110011111110110000110011010011111100111111 | d0ae3f3fb0cd3f3f |
UTF-8 | 豫곕강依쏂뀺 | 111010001011000110101011111010101011001110010101111010101011000010010101111001001011111010011101111011001000111110000010111010111000000010111010 | e8b1abeab395eab095e4be9dec8f82eb80ba |
UHC | 豫곕강依쏂뀺 | 111001111110001110110000111010111011000010101101111010111110111010011011111010001000010110110000 | e7e3b0ebb0adebee9be885b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)