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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭≪?慣円 | 100110000110000010000001111000010011111110001010101101011000100101111110 | 986081e13f8ab5897e |
EUC-JP | 倭≪?慣円 | 110011111100000110100010111000110011111110110100101101111011000111011111 | cfc1a2e33fb4b7b1df |
UTF-8 | 倭≪쒼慣円 | 111001011000000010101101111000101000100110101010111011001001001010111100111001101000010110100011111001011000011010000110 | e580ade289aaec92bce685a3e58686 |
UHC | 倭≪쒼慣円 | 11101000110111101010000111101100101111101011000011001110101100011110010111110111 | e8dea1ecbeb0ceb1e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)