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 | Á±´â | 11000001101100011011010011100010 | c1b1b4e2 |
SJIS-WIN | ?±´? | 001111111000000101111101100000010100110000111111 | 3f817d814c3f |
EUC-JP | Á±´â | 10001111101010101010000110100001110111101010000110101101100011111010101110100100 | 8faaa1a1dea1ad8faba4 |
UTF-8 | Á±´â | 1100001110000001110000101011000111000010101101001100001110100010 | c381c2b1c2b4c3a2 |
UHC | ?±´? | 001111111010000110111110101000101010010100111111 | 3fa1bea2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)