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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔗弱原縷 | 1110010011110010100011101110001110001100101101001110001101111110 | e4f28ee38cb4e37e |
EUC-JP | 蔗弱原縷 | 1110100011110100101111001110010110111000101101101110010111011111 | e8f4bce5b8b6e5df |
UTF-8 | 蔗弱原縷 | 111010001001010010010111111001011011110010110001111001011000111010011111111001111011100010110111 | e89497e5bcb1e58e9fe7b8b7 |
UHC | 蔗弱原縷 | 1110110110111101111001011011000011101010101010111101011110101100 | edbde5b0eaabd7ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)