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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 哀?? | 10001000101000110011111100111111 | 88a33f3f |
| EUC-JP | 哀?? | 10110000101001010011111100111111 | b0a53f3f |
| UTF-8 | 哀노옟 | 111001011001001110000000111010111000010110111000111011001001100010011111 | e59380eb85b8ec989f |
| UHC | 哀노옟 | 111001001110111010110011111010111001111010100001 | e4eeb3eb9ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)