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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 荅沸 | 11100100101001111001010110100110 | e4a795a6 |
EUC-JP | 荅沸 | 11101000101010011100101010101000 | e8a9caa8 |
UTF-8 | 荅沸 | 111010001000110110000101111001101011001010111000 | e88d85e6b2b8 |
UHC | ?沸 | 001111111101110111110011 | 3fddf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)