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 | 闔「莠募キキ | 111010001000111010100010111001001011101010010101111001011011011110110111 | e88ea2e4ba95e5b7b7 |
| EUC-JP | 闔「莠募キキ | 111011111110111010001110101000101110100010111100110010101110011110001110101101111000111010110111 | efee8ea2e8bccae78eb78eb7 |
| UTF-8 | 闔「莠募キキ | 111010011001011110010100111011111011110110100010111010001000111010100000111001011000101110011111111011111011110110110111111011111011110110110111 | e99794efbda2e88ea0e58b9fefbdb7efbdb7 |
| UHC | 闔??募?? | 1111100111101111001111110011111111011001101101000011111100111111 | f9ef3f3fd9b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)