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 | エ霓﨓 | 11110000101101001011010011101000101111011111101011101000 | f0b4b4e8bdfae8 |
EUC-JP | ?エ霓? | 001111111000111010110100111100001011111100111111 | 3f8eb4f0bf3f |
UTF-8 | エ霓﨓 | 111011101000000110110011111011111011110110110100111010011001110010010011111011111010100010010011 | ee81b3efbdb4e99c93efa893 |
UHC | ??霓? | 0011111100111111111001111110011100111111 | 3f3fe7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)