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 | æ¶å | 1110011010110110100100011110010110011011 | e6b691e59b |
SJIS-WIN | ?¶??? | 001111111000000111110111001111110011111100111111 | 3f81f73f3f3f |
EUC-JP | æ¶?å? | 10001111101010011100000110100010111110010011111110001111101010111010100100111111 | 8fa9c1a2f93f8faba93f |
UTF-8 | æ¶å | 11000011101001101100001010110110110000101001000111000011101001011100001010011011 | c3a6c2b6c291c3a5c29b |
UHC | �?? | 10101001101000011010001011010010001111110011111100111111 | a9a1a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)