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 | ??Ð | 001111110011111111010000 | 3f3fd0 |
SJIS-WIN | ?蕣? | 00111111111001001111101000111111 | 3fe4fa3f |
EUC-JP | ?蕣? | 00111111111010001111110000111111 | 3fe8fc3f |
UTF-8 | 쌓蕣Ð | 1110110010001100100100111110100010010101101000111100001110010000 | ec8c93e895a3c390 |
UHC | 쌓蕣Ð | 101111011101011111100010111100101010100010100010 | bdd7e2f2a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)