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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豈れ欝 | 111001101010111110000010111010101000100101010100 | e6af82ea8954 |
EUC-JP | 豈れ欝 | 111011001011000110100100111011001011000110110101 | ecb1a4ecb1b5 |
UTF-8 | 豈れ欝 | 111010001011000110001000111000111000001010001100111001101010110010011101 | e8b188e3828ce6ac9d |
UHC | 豈れ? | 1101000111000010101010101110110000111111 | d1c2aaec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)