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 | ä± | 111001001011000110000010100010001000110110011111 | e4b182888d9f |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | ä±???? | 100011111010101110100011101000011101111000111111001111110011111100111111 | 8faba3a1de3f3f3f3f |
UTF-8 | ä± | 110000111010010011000010101100011100001010000010110000101000100011000010100011011100001010011111 | c3a4c2b1c282c288c28dc29f |
UHC | ?±???? | 00111111101000011011111000111111001111110011111100111111 | 3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)