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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 易??}B | 100010001101010100111111001111110111110101000010 | 88d53f3f7d42 |
EUC-JP | 易??}B | 101100001101011100111111001111110111110101000010 | b0d73f3f7d42 |
UTF-8 | 易뚪윸}B | 1110011010011000100100111110101110011010101010101110110010011100101110000111110101000010 | e69893eb9aaaec9cb87d42 |
UHC | 易뚪윸}B | 1110011010110110100011001110100110011111101100100111110101000010 | e6b68ce99fb27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)