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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
| SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
| EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
| UTF-8 | 醴딃큳i醴딃큳iB | 111011111010011010110111111010111001010010000011111011011000000110110011011010011110111110100110101101111110101110010100100000111110110110000001101100110110100101000010 | efa6b7eb9483ed81b369efa6b7eb9483ed81b36942 |
| UHC | 醴딃큳i醴딃큳iB | 111001111110010010001010111010011011010010000011011010011110011111100100100010101110100110110100100000110110100101000010 | e7e48ae9b48369e7e48ae9b4836942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)