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 | ô±?? | 11110100101100010011111100111111 | f4b13f3f |
SJIS-WIN | ?±蹣髻 | 00111111100000010111110111100111010010011110100110011111 | 3f817de749e99f |
EUC-JP | ô±蹣髻 | 100011111010101111010100101000011101111011101101101010101111001010100001 | 8fabd4a1deedaaf2a1 |
UTF-8 | ô±蹣髻 | 11000011101101001100001010110001111010001011100110100011111010011010101110111011 | c3b4c2b1e8b9a3e9abbb |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)