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 | 褥ワ?畏?? | 111001011111000110000011100011110011111110001000110110000011111100111111 | e5f1838f3f88d83f3f |
| EUC-JP | 褥ワ?畏?? | 111010101111001110100101111011110011111110110000110110100011111100111111 | eaf3a5ef3fb0da3f3f |
| UTF-8 | 褥ワ푶畏딃퐦 | 111010001010010010100101111000111000001110101111111011011001000110110110111001111001010110001111111010111001010010000011111011011001000010100110 | e8a4a5e383afed91b6e7958feb9483ed90a6 |
| UHC | 褥ワ푶畏딃퐦 | 111010011011001110101011111011111011111010000100111010001110011010001010111010011011110110001111 | e9b3abefbe84e8e68ae9bd8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)