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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 葢イ蜍倪゙ | 1110010011100010101100101110010110001011100110001110001011011110 | e4e2b2e58b98e2de |
| EUC-JP | 葢イ蜍倪゙ | 11101000111001001000111010110010111010011110101111010000111001001000111011011110 | e8e48eb2e9ebd0e48ede |
| UTF-8 | 葢イ蜍倪゙ | 111010001001000110100010111011111011110110110010111010001001110010001101111001011000000010101010111011111011111010011110 | e891a2efbdb2e89c8de580aaefbe9e |
| UHC | ???倪? | 001111110011111100111111111001111101001000111111 | 3f3f3fe7d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)