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 | î¥Ó²] | 1110111010100101110100111011001001011101 | eea5d3b25d |
SJIS-WIN | ?¥??] | 001111111000000110001111001111110011111101011101 | 3f818f3f3f5d |
EUC-JP | î?Ó?] | 100011111010101111000010001111111000111110101010110100010011111101011101 | 8fabc23f8faad13f5d |
UTF-8 | î¥Ó²] | 110000111010111011000010101001011100001110010011110000101011001001011101 | c3aec2a5c393c2b25d |
UHC | ???²] | 001111110011111100111111101010011111011101011101 | 3f3f3fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)