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 | 隹キ謳咲カ喊 | 11101000101100001011011111100110100100001000110111100111101101101001101001011110 | e8b0b7e6908de7b69a5e |
| EUC-JP | 隹キ謳咲カ喊 | 111100001011001010001110101101111110101111110000101110101110100110001110101101101101001110111111 | f0b28eb7ebf0bae98eb6d3bf |
| UTF-8 | 隹キ謳咲カ喊 | 111010011001101010111001111011111011110110110111111010001010110010110011111001011001001010110010111011111011110110110110111001011001011010001010 | e99ab9efbdb7e8acb3e592b2efbdb6e5968a |
| UHC | ??謳??喊 | 0011111100111111110011111100010000111111001111111111100111100010 | 3f3fcfc43f3ff9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)