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 | Ô¤ | 11010100101001001000100110001011 | d4a4898b |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ô¤?? | 1000111110101010110101001000111110100010111100000011111100111111 | 8faad48fa2f03f3f |
UTF-8 | Ô¤ | 1100001110010100110000101010010011000010100010011100001010001011 | c394c2a4c289c28b |
UHC | ?¤?? | 0011111110100010101101000011111100111111 | 3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)