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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 畏??畏??B | 100010001101100000111111001111111000100011011000001111110011111101000010 | 88d83f3f88d83f3f42 |
| EUC-JP | 畏??畏??B | 101100001101101000111111001111111011000011011010001111110011111101000010 | b0da3f3fb0da3f3f42 |
| UTF-8 | 畏븀ㅊ畏븀ㅊB | 11100111100101011000111111101011101110001000000011100011100001011000101011100111100101011000111111101011101110001000000011100011100001011000101001000010 | e7958febb880e3858ae7958febb880e3858a42 |
| UHC | 畏븀ㅊ畏븀ㅊB | 11101000111001101011101011100111101001001011101011101000111001101011101011100111101001001011101001000010 | e8e6bae7a4bae8e6bae7a4ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)