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 | ä×äµ | 11100100110101111110010010110101 | e4d7e4b5 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ä×ä? | 100011111010101110100011101000011101111110001111101010111010001100111111 | 8faba3a1df8faba33f |
UTF-8 | ä×äµ | 1100001110100100110000111001011111000011101001001100001010110101 | c3a4c397c3a4c2b5 |
UHC | ?×?? | 0011111110100001101111110011111100111111 | 3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)