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 | 奣哭 | 11111010101000111001101001001100 | faa39a4c |
EUC-JP | 奣哭 | 1000111110111000111111001101001110101101 | 8fb8fcd3ad |
UTF-8 | 奣哭 | 111001011010010110100011111001011001001110101101 | e5a5a3e593ad |
UHC | ?哭 | 001111111100110111010110 | 3fcdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)