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 | àºà»h | 1110000010111010111000001011101101101000 | e0bae0bb68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | àºà?h | 1000111110101011101000101000111110100010111010111000111110101011101000100011111101101000 | 8faba28fa2eb8faba23f68 |
UTF-8 | àºà»h | 110000111010000011000010101110101100001110100000110000101011101101101000 | c3a0c2bac3a0c2bb68 |
UHC | ?º??h | 001111111010100010101100001111110011111101101000 | 3fa8ac3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)