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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 葫泄 | 11100100110101111001111110010101 | e4d79f95 |
EUC-JP | 葫泄 | 11101000110110011101110111110101 | e8d9ddf5 |
UTF-8 | 葫泄 | 111010001001000110101011111001101011001110000100 | e891abe6b384 |
UHC | 葫泄 | 11111011110110011110000011011100 | fbd9e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)