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 | 獰??節ц─ | 11100000110101100011111100111111100100001101111110000100100010001000010010011111 | e0d63f3f90df8488849f |
| EUC-JP | 獰??節ц─ | 11100000110110000011111100111111110000001110000110100111111010001010100010100001 | e0d83f3fc0e1a7e8a8a1 |
| UTF-8 | 獰뚨쑝節ц─ | 1110011110001101101100001110101110011010101010001110110010010001100111011110011110101111100000001101000110000110111000101001010010000000 | e78db0eb9aa8ec919de7af80d186e29480 |
| UHC | 獰뚨쑝節ц─ | 111001111011111010001100111001111001110010111100111011111011110110101100111010001010011010100001 | e7be8ce79cbcefbdace8a6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)