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 | 驕ョ蜍コ^ | 11101001100000011010111011100101100010111011101001011110 | e981aee58bba5e |
EUC-JP | 驕ョ蜍コ^ | 111100011110000110001110101011101110100111101011100011101011101001011110 | f1e18eaee9eb8eba5e |
UTF-8 | 驕ョ蜍コ^ | 11101001101010011001010111101111101111011010111011101000100111001000110111101111101111011011101001011110 | e9a995efbdaee89c8defbdba5e |
UHC | 驕???^ | 110011101111011000111111001111110011111101011110 | cef63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)