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 | 譽??央 | 111001101010001100111111001111111000100110011011 | e6a33f3f899b |
| EUC-JP | 譽??央 | 111011001010010100111111001111111011000111111011 | eca53f3fb1fb |
| UTF-8 | 譽긷뜏央 | 111010001010110110111101111010101011100010110111111010111001110010001111111001011010010010101110 | e8adbdeab8b7eb9c8fe5a4ae |
| UHC | 譽긷뜏央 | 1110011111100010101100011110010110001101100100101110010011100111 | e7e2b1e58d92e4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)