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 | 烏????? | 10001001010001110011111100111111001111110011111100111111 | 89473f3f3f3f3f |
| EUC-JP | 烏????? | 10110001101010000011111100111111001111110011111100111111 | b1a83f3f3f3f3f |
| UTF-8 | 烏띾ㅇ痢됧푻 | 111001111000001110001111111010111001110110111110111000111000010110000111111011111010011110100101111010111001000010100111111011011001000110111011 | e7838feb9dbee38587efa7a5eb90a7ed91bb |
| UHC | 烏띾ㅇ痢됧푻 | 111010001010000110001101111010111010010010110111111011001011100010001001111001011011111010000111 | e8a18deba4b7ecb889e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)