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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫??楢? | 10011000101011000011111100111111100100111110100000111111 | 98ac3f3f93e83f |
EUC-JP | 豫??楢? | 11010000101011100011111100111111110001101110101000111111 | d0ae3f3fc6ea3f |
UTF-8 | 豫롫뜂楢꿁 | 111010001011000110101011111010111010000110101011111010111001110010000010111001101010010110100010111010101011111110000001 | e8b1abeba1abeb9c82e6a5a2eabf81 |
UHC | 豫롫뜂楢꿁 | 11100111111000111000111011101011100011011000011011101010111110011000010101000010 | e7e38eeb8d86eaf98542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)