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 | 億??矣? | 10001001101011010011111100111111111000011110000100111111 | 89ad3f3fe1e13f |
| EUC-JP | 億??矣? | 10110010101011110011111100111111111000101110001100111111 | b2af3f3fe2e33f |
| UTF-8 | 億됰툋矣켃 | 111001011000010010000100111010111001000010110000111011011000100010001011111001111001111110100011111011001011110010000011 | e58484eb90b0ed888be79fa3ecbc83 |
| UHC | 億됰툋矣켃 | 11100101111000101000100111101011101110001000001111101011111110001011000101000010 | e5e289ebb883ebf8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)