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 | 逡ゥ[ | 11100111100101011010100101011011 | e795a95b |
EUC-JP | 逡ゥ[ | 1110110111110101100011101010100101011011 | edf58ea95b |
UTF-8 | 逡ゥ[ | 11101001100000001010000111101111101111011010100101011011 | e980a1efbda95b |
UHC | 逡?[ | 11110001111001000011111101011011 | f1e43f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)