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 | ±Àˬ | 10110001110000001100101110101100 | b1c0cbac |
SJIS-WIN | ±??¬ | 100000010111110100111111001111111000000111001010 | 817d3f3f81ca |
EUC-JP | ±Àˬ | 10100001110111101000111110101010101000101000111110101010101100111010001011001100 | a1de8faaa28faab3a2cc |
UTF-8 | ±Àˬ | 1100001010110001110000111000000011000011100010111100001010101100 | c2b1c380c38bc2ac |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)