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 | 濡????? | 10010100010001110011111100111111001111110011111100111111 | 94473f3f3f3f3f |
| EUC-JP | 濡????? | 11000111101010000011111100111111001111110011111100111111 | c7a83f3f3f3f3f |
| UTF-8 | 濡붾ㅆ女뉙빑 | 111001101011111110100001111010111011011010111110111000111000010110000110111011111010011010000001111010111000100110011001111010111011100110010001 | e6bfa1ebb6bee38586efa681eb8999ebb991 |
| UHC | 濡붾ㅆ女뉙빑 | 111010111010000110010100111010111010010010110110111001011111110010000111111011011001010110110101 | eba194eba4b6e5fc87ed95b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)