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 | 借?蔔捨 | 10001110110110000011111111100100111101111000111011001100 | 8ed83fe4f78ecc |
| EUC-JP | 借峴蔔捨 | 101111001101101010001111101110111100000111101000111110011011110011001110 | bcda8fbbc1e8f9bcce |
| UTF-8 | 借峴蔔捨 | 111001011000000010011111111001011011001110110100111010001001010010010100111001101000110110101000 | e5809fe5b3b4e89494e68da8 |
| UHC | 借峴蔔捨 | 1111001110101000111110101101011011011100110110111101111011010111 | f3a8fad6dcdbded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)