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 | ツ偲δ篠ヲツ | 110000101000111011000011100000111100001010001110110000101010011011000010 | c28ec383c28ec2a6c2 |
| EUC-JP | ツ偲δ篠ヲツ | 100011101100001010111100110001011010011011000100101111001100010010001110101001101000111011000010 | 8ec2bcc5a6c4bcc48ea68ec2 |
| UTF-8 | ツ偲δ篠ヲツ | 1110111110111110100000101110010110000001101100101100111010110100111001111010111110100000111011111011110110100110111011111011111010000010 | efbe82e581b2ceb4e7afa0efbda6efbe82 |
| UHC | ??δ篠?? | 0011111100111111101001011110010011100001110001100011111100111111 | 3f3fa5e4e1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)