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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ??逡?肄B | 0011111100111111111001111001010100111111111000111110010101000010 | 3f3fe7953fe3e542 |
| EUC-JP | ??逡?肄B | 0011111100111111111011011111010100111111111001101110011101000010 | 3f3fedf53fe6e742 |
| UTF-8 | 솨네逡샷肄B | 11101100100001101010100011101011100001001010010011101001100000001010000111101100100000111011011111101000100000101000010001000010 | ec86a8eb84a4e980a1ec83b7e8828442 |
| UHC | 솨네逡샷肄B | 1011110011011101101100111101011111110001111001001011110010100110111011001011110101000010 | bcddb3d7f1e4bca6ecbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)