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 | çáe | 10011111111001111110000101100101 | 9fe7e165 |
SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
EUC-JP | ?çáe | 0011111110001111101010111010111010001111101010111010000101100101 | 3f8fabae8faba165 |
UTF-8 | çáe | 11000010100111111100001110100111110000111010000101100101 | c29fc3a7c3a165 |
UHC | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)