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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 拌碆拌碆B | 100111010110000111100001111011001001110101100001111000011110110001000010 | 9d61e1ec9d61e1ec42 |
| EUC-JP | 拌碆拌碆B | 110110011100001011100010111011101101100111000010111000101110111001000010 | d9c2e2eed9c2e2ee42 |
| UTF-8 | 拌碆拌碆B | 11100110100010111000110011100111101000101000011011100110100010111000110011100111101000101000011001000010 | e68b8ce7a286e68b8ce7a28642 |
| UHC | 拌?拌?B | 11011010111001010011111111011010111001010011111101000010 | dae53fdae53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)