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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逶樒屓^ | 11100111100110111001111011100111100110111001111001011110 | e79b9ee79b9e5e |
EUC-JP | 逶樒屓^ | 11101101111110111101110011101001110101011111111001011110 | edfbdce9d5fe5e |
UTF-8 | 逶樒屓^ | 11101001100000001011011011100110101010001001001011100101101100011001001101011110 | e980b6e6a892e5b1935e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)