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 | åÓ£Ë^ | 1110010111010011101000111100101101011110 | e5d3a3cb5e |
SJIS-WIN | ??£?^ | 001111110011111110000001100100100011111101011110 | 3f3f81923f5e |
EUC-JP | åÓ£Ë^ | 100011111010101110101001100011111010101011010001101000011111001010001111101010101011001101011110 | 8faba98faad1a1f28faab35e |
UTF-8 | åÓ£Ë^ | 110000111010010111000011100100111100001010100011110000111000101101011110 | c3a5c393c2a3c38b5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)