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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 邂?支? | 111001111010111000111111100011100111100000111111 | e7ae3f8e783f |
| EUC-JP | 邂?支? | 111011101011000000111111101110111101100100111111 | eeb03fbbd93f |
| UTF-8 | 邂렱支렣 | 111010011000001010000010111010111010000010110001111001101001010010101111111010111010000010100011 | e98282eba0b1e694afeba0a3 |
| UHC | 邂렱支렣 | 1111101010110011100011101011111011110010101010001000111010110100 | fab38ebef2a88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)