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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 廏羔箘 | 100110111111110011100011101101001110001010101110 | 9bfce3b4e2ae |
EUC-JP | 廏羔箘 | 110101101111111011100110101101101110010010110000 | d6fee6b6e4b0 |
UTF-8 | 廏羔箘 | 111001011011101110001111111001111011111010010100111001111010111010011000 | e5bb8fe7be94e7ae98 |
UHC | ?羔? | 00111111110011011100010000111111 | 3fcdc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)