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 | 褥??海?? | 1110010111110001001111110011111110001010010000110011111100111111 | e5f13f3f8a433f3f |
| EUC-JP | 褥??海?? | 1110101011110011001111110011111110110011101001000011111100111111 | eaf33f3fb3a43f3f |
| UTF-8 | 褥뜯댙海든독 | 111010001010010010100101111010111001110010101111111010111000110010011001111001101011010110110111111010111001001110100000111010111000111110000101 | e8a4a5eb9cafeb8c99e6b5b7eb93a0eb8f85 |
| UHC | 褥뜯댙海든독 | 111010011011001110110110111000101000100010111101111110101010110110110101111001111011010110110110 | e9b3b6e288bdfaadb5e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)