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 | 珈哭 | 11100000110110111001101001001100 | e0db9a4c |
EUC-JP | 珈哭 | 11100000110111011101001110101101 | e0ddd3ad |
UTF-8 | 珈哭 | 111001111000111110001000111001011001001110101101 | e78f88e593ad |
UHC | ?哭 | 001111111100110111010110 | 3fcdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)