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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 苜∽ア | 111001001001110010000001111001001000001101000001 | e49c81e48341 |
| EUC-JP | 苜∽ア | 111001111111110010100010111001101010010110100010 | e7fca2e6a5a2 |
| UTF-8 | 苜∽ア | 111010001000101110011100111000101000100010111101111000111000001010100010 | e88b9ce288bde382a2 |
| UHC | ?∽ア | 0011111110100001111011111010101110100010 | 3fa1efaba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)