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 | トエハ霳・莵 | 1100010010110100110010101111101111101101101001011110010010110111 | c4b4cafbeda5e4b7 |
| EUC-JP | トエハ霳・莵 | 10001110110001001000111010110100100011101100101010001111111001111010110010001110101001011110100010111001 | 8ec48eb48eca8fe7ac8ea5e8b9 |
| UTF-8 | トエハ霳・莵 | 111011111011111010000100111011111011110110110100111011111011111010001010111010011001110010110011111011111011110110100101111010001000111010110101 | efbe84efbdb4efbe8ae99cb3efbda5e88eb5 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)