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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 劣꾠뀾鱗욘썑 | 111011111010011010011101111010101011111010100000111010111000000010111110111011111010011110110010111011001001101010011000111011001000110110010001 | efa69deabea0eb80beefa7b2ec9a98ec8d91 |
| UHC | 劣꾠뀾鱗욘썑 | 111001101110101110000100111000111000010110110100111011001110011110111111111001101001101110000100 | e6eb84e385b4ece7bfe69b84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)