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 | 弱???ユ? | 1000111011100011001111110011111100111111100000111000011000111111 | 8ee33f3f3f83863f |
| EUC-JP | 弱???ユ? | 1011110011100101001111110011111100111111101001011110011000111111 | bce53f3f3fa5e63f |
| UTF-8 | 弱덅꼫溜ユ젩 | 111001011011110010110001111010111000110110000101111010101011110010101011111011111010011110001011111000111000001110100110111011001010000010101001 | e5bcb1eb8d85eabcabefa78be383a6eca0a9 |
| UHC | 弱덅꼫溜ユ젩 | 111001011011000010001000111010001000010010001000111010101111111010101011111001101010000010100001 | e5b088e88488eafeabe6a0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)