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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 뭂묪묧묧묧 | 111010111010110110000010111010111010110010101010111010111010110010100111111010111010110010100111111010111010110010100111 | ebad82ebacaaebaca7ebaca7ebaca7 |
| UHC | 뭂묪묧묧묧 | 10010010010100011001001001000010100100011111111010010001111111101001000111111110 | 9251924291fe91fe91fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)