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 | 宥?Э | 1001011101000111001111111000010001011110 | 97473f845e |
EUC-JP | 宥?Э | 1100110110101000001111111010011110111111 | cda83fa7bf |
UTF-8 | 宥⑸Э | 1110010110101110101001011110001010010001101110001101000010101101 | e5aea5e291b8d0ad |
UHC | 宥⑸Э | 111010101110100110101001111010111010110010111111 | eae9a9ebacbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)