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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?х?B | 0011111110000100100001110011111101000010 | 3f84873f42 |
EUC-JP | 渶х?B | 10001111110001111110110110100111111001110011111101000010 | 8fc7eda7e73f42 |
UTF-8 | 渶х랸B | 111001101011100010110110110100011000010111101011100111101011100001000010 | e6b8b6d185eb9eb842 |
UHC | 渶х랸B | 11100111101101111010110011100111101101111010110001000010 | e7b7ace7b7ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)