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 | 罟゚ナ霄 | 111000111010100011011111110001011110100010111010 | e3a8dfc5e8ba |
| EUC-JP | 罟゚ナ霄 | 1110011010101010100011101101111110001110110001011111000010111100 | e6aa8edf8ec5f0bc |
| UTF-8 | 罟゚ナ霄 | 111001111011110110011111111011111011111010011111111011111011111010000101111010011001110010000100 | e7bd9fefbe9fefbe85e99c84 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)