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 | ?豐 | 001111111110011010110010 | 3fe6b2 |
EUC-JP | 澇豐 | 1000111111001000111001001110110010110100 | 8fc8e4ecb4 |
UTF-8 | 澇豐 | 111001101011111010000111111010001011000110010000 | e6be87e8b190 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)