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 | æ£Ë | 1110011010100011100111111100101110011001 | e6a39fcb99 |
SJIS-WIN | ?£??? | 001111111000000110010010001111110011111100111111 | 3f81923f3f3f |
EUC-JP | æ£?Ë? | 10001111101010011100000110100001111100100011111110001111101010101011001100111111 | 8fa9c1a1f23f8faab33f |
UTF-8 | æ£Ë | 11000011101001101100001010100011110000101001111111000011100010111100001010011001 | c3a6c2a3c29fc38bc299 |
UHC | æ???? | 101010011010000100111111001111110011111100111111 | a9a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)