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 | 莪削讐茆 | 1110010010101110100011011110110110001111010100011110010010011011 | e4ae8ded8f51e49b |
EUC-JP | 莪削讐茆 | 1110100010110000101110101110111110111101101100101110011111111011 | e8b0baefbdb2e7fb |
UTF-8 | 莪削讐茆 | 111010001000111010101010111001011000100110001010111010001010111010010000111010001000110010000110 | e88eaae5898ae8ae90e88c86 |
UHC | 莪削讐? | 11100100101101011101111011111011111000101100001000111111 | e4b5defbe2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)