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 | 遒葛 | 11100111101000101000101010001011 | e7a28a8b |
EUC-JP | 遒葛 | 11101110101001001011001111101011 | eea4b3eb |
UTF-8 | 遒葛 | 111010011000000110010010111010001001000110011011 | e98192e8919b |
UHC | ?葛 | 001111111100101011100111 | 3fcae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)