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 | 宜??宜?? | 1000101101011000001111110011111110001011010110000011111100111111 | 8b583f3f8b583f3f |
| EUC-JP | 宜??宜?? | 1011010110111001001111110011111110110101101110010011111100111111 | b5b93f3fb5b93f3f |
| UTF-8 | 宜녿쉭宜녿쉭 | 111001011010111010011100111010111000010110111111111011001000100110101101111001011010111010011100111010111000010110111111111011001000100110101101 | e5ae9ceb85bfec89ade5ae9ceb85bfec89ad |
| UHC | 宜녿쉭宜녿쉭 | 111010111111000110000110111010111011110110101101111010111111000110000110111010111011110110101101 | ebf186ebbdadebf186ebbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)