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 | 褻殄褻 | 111001011111011010011111011010001110010111110110 | e5f69f68e5f6 |
EUC-JP | 褻殄褻 | 111010101111100011011101110010011110101011111000 | eaf8ddc9eaf8 |
UTF-8 | 褻殄褻 | 111010001010010010111011111001101010111010000100111010001010010010111011 | e8a4bbe6ae84e8a4bb |
UHC | 褻殄褻 | 111000001110000111110010110011111110000011100001 | e0e1f2cfe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)