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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | イオ丈゙^ | 101100101011010110001111111001001101111001011110 | b2b58fe4de5e |
EUC-JP | イオ丈゙^ | 100011101011001010001110101101011011111011100110100011101101111001011110 | 8eb28eb5bee68ede5e |
UTF-8 | イオ丈゙^ | 11101111101111011011001011101111101111011011010111100100101110001000100011101111101111101001111001011110 | efbdb2efbdb5e4b888efbe9e5e |
UHC | ??丈?^ | 001111110011111111101101110110110011111101011110 | 3f3feddb3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)