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 | àúLB | 10011011100100111110000011111010100110010100110001000010 | 9b93e0fa994c42 |
| SJIS-WIN | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
| EUC-JP | ??àú?LB | 0011111100111111100011111010101110100010100011111010101111100010001111110100110001000010 | 3f3f8faba28fabe23f4c42 |
| UTF-8 | àúLB | 110000101001101111000010100100111100001110100000110000111011101011000010100110010100110001000010 | c29bc293c3a0c3bac2994c42 |
| UHC | ?????LB | 00111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)