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 | 圻儡湎 | 100110101010101110011001010100111001111111011100 | 9aab99539fdc |
EUC-JP | 圻儡湎 | 110101001010110111010001101101001101111011011110 | d4add1b4dede |
UTF-8 | 圻儡湎 | 111001011001110010111011111001011000010010100001111001101011100110001110 | e59cbbe584a1e6b98e |
UHC | 圻儡? | 1101000011110000110101101110110100111111 | d0f0d6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)