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 | ÑýѾ | 11010001111111011101000110111110 | d1fdd1be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÑýÑ? | 10001111101010101101000010001111101010111111001010001111101010101101000000111111 | 8faad08fabf28faad03f |
UTF-8 | ÑýѾ | 1100001110010001110000111011110111000011100100011100001010111110 | c391c3bdc391c2be |
UHC | ???¾ | 0011111100111111001111111010100011111010 | 3f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)