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 | Ô¶¹Ã | 11010100101101101011100111000011 | d4b6b9c3 |
SJIS-WIN | ?¶?? | 0011111110000001111101110011111100111111 | 3f81f73f3f |
EUC-JP | Ô¶?Ã | 100011111010101011010100101000101111100100111111100011111010101010101010 | 8faad4a2f93f8faaaa |
UTF-8 | Ô¶¹Ã | 1100001110010100110000101011011011000010101110011100001110000011 | c394c2b6c2b9c383 |
UHC | ?¶¹? | 001111111010001011010010101010011111011000111111 | 3fa2d2a9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)