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 | 闕冗兵 | 111010001000110110001111111001111001010110111010 | e88d8fe795ba |
EUC-JP | 闕冗兵 | 111011111110110110111110111010011100101010111100 | efedbee9cabc |
UTF-8 | 闕冗兵 | 111010011001011110010101111001011000011010010111111001011000010110110101 | e99795e58697e585b5 |
UHC | 闕冗兵 | 110011111111010011101001101101111101110010110010 | cff4e9b7dcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)