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 | 闊ェ笆ス妤疑 | 11101000100010001010101011100010100101101011110111111010101001001000101101011110 | e888aae296bdfaa48b5e |
| EUC-JP | 闊ェ笆ス妤疑 | 11101111111010001000111010101010111000111111011010001110101111011000111110111001101011111011010110111111 | efe88eaae3f68ebd8fb9afb5bf |
| UTF-8 | 闊ェ笆ス妤疑 | 111010011001011110001010111011111011110110101010111001111010110010000110111011111011110110111101111001011010011010100100111001111001011010010001 | e9978aefbdaae7ac86efbdbde5a6a4e79691 |
| UHC | 闊????疑 | 1111110011000100001111110011111100111111001111111110101111110111 | fcc43f3f3f3febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)