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 | 10001000101100100011111100111111100010011001101001000010 | 88b23f3f899a42 |
| EUC-JP | 梓??凹B | 10110000101101000011111100111111101100011111101001000010 | b0b43f3fb1fa42 |
| UTF-8 | 梓롅렲凹B | 11100110101000101001001111101011101000011000010111101011101000001011001011100101100001111011100101000010 | e6a293eba185eba0b2e587b942 |
| UHC | 梓롅렲凹B | 111011101010100110001110110010111000111010111111111010001110101001000010 | eea98ecb8ebfe8ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)