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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 藕?[ | 11100101010110000011111101011011 | e5583f5b |
EUC-JP | 藕?[ | 11101001101110010011111101011011 | e9b93f5b |
UTF-8 | 藕렮[ | 11101000100101111001010111101011101000001010111001011011 | e89795eba0ae5b |
UHC | 藕렮[ | 1110100111100100100011101011101101011011 | e9e48ebb5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)