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 | ô¥µìµ¨ | 1111010010100101100011101011010111101100101101011000111010101000 | f4a58eb5ecb58ea8 |
SJIS-WIN | ?¥?????¨ | 00111111100000011000111100111111001111110011111100111111001111111000000101001110 | 3f818f3f3f3f3f3f814e |
EUC-JP | ô???ì??¨ | 10001111101010111101010000111111001111110011111110001111101010111100000000111111001111111010000110101111 | 8fabd43f3f3f8fabc03f3fa1af |
UTF-8 | ô¥µìµ¨ | 11000011101101001100001010100101110000101000111011000010101101011100001110101100110000101011010111000010100011101100001010101000 | c3b4c2a5c28ec2b5c3acc2b5c28ec2a8 |
UHC | ???????¨ | 001111110011111100111111001111110011111100111111001111111010000110100111 | 3f3f3f3f3f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)