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 | úA¬ûH | 111110100100000110001110101011001111101101001000 | fa418eacfb48 |
SJIS-WIN | ?A?¬?H | 00111111010000010011111110000001110010100011111101001000 | 3f413f81ca3f48 |
EUC-JP | úA?¬ûH | 1000111110101011111000100100000100111111101000101100110010001111101010111110010101001000 | 8fabe2413fa2cc8fabe548 |
UTF-8 | úA¬ûH | 11000011101110100100000111000010100011101100001010101100110000111011101101001000 | c3ba41c28ec2acc3bb48 |
UHC | ?A???H | 001111110100000100111111001111110011111101001000 | 3f413f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)