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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???艶g? | 0011111100111111001111111000100110010000100000101000011100111111 | 3f3f3f899082873f |
| EUC-JP | ???艶g? | 0011111100111111001111111011000111110000101000111110011100111111 | 3f3f3fb1f0a3e73f |
| UTF-8 | 輦딅젺艶g쪧 | 111011111010011010011000111010111001010010000101111011001010000010111010111010001000100110110110111011111011110110000111111011001010101010100111 | efa698eb9485eca0bae889b6efbd87ecaaa7 |
| UHC | 輦딅젺艶g쪧 | 111001101110010010001010111010111010000010101101111001101111110110100011111001111010010110100000 | e6e48aeba0ade6fda3e7a5a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)