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 | 若??徇?ⅲ | 100011101110000100111111001111111001110001101101001111111111101001000010 | 8ee13f3f9c6d3ffa42 |
| EUC-JP | 若??徇?? | 1011110011100011001111110011111111010111110011100011111100111111 | bce33f3fd7ce3f3f |
| UTF-8 | 若㏛퍔徇뚦ⅲ | 111010001000101110100101111000111000111110011011111011011000110110010100111001011011111010000111111010111001101010100110111000101000010110110010 | e88ba5e38f9bed8d94e5be87eb9aa6e285b2 |
| UHC | 若㏛퍔徇뚦ⅲ | 111001011011010010100111111001001011101110001011111000101101111110001100111001011010010110100011 | e5b4a7e4bb8be2df8ce5a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)