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 | ìç¯ êµ | 111011001001001010011101111001111010111110100000111010101011010110011111 | ec929de7afa0eab59f |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ì??ç¯?ê?? | 1000111110101011110000000011111100111111100011111010101110101110100011111010001010110100001111111000111110101011101101000011111100111111 | 8fabc03f3f8fabae8fa2b43f8fabb43f3f |
UTF-8 | ìç¯ êµ | 110000111010110011000010100100101100001010011101110000111010011111000010101011111100001010100000110000111010101011000010101101011100001010011111 | c3acc292c29dc3a7c2afc2a0c3aac2b5c29f |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)