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 | ?某 | 001111111001011001011110 | 3f965e |
EUC-JP | ?某 | 001111111100101110111111 | 3fcbbf |
UTF-8 | 灐某 | 111001111000000110010000111001101001111110010000 | e78190e69f90 |
UHC | 灐某 | 11111011101001011101100110111011 | fba5d9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)