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 | 鞜疲拷^ | 11101000110111111001010011100110100011011000100101011110 | e8df94e68d895e |
EUC-JP | 鞜疲拷^ | 11110000111000011100100011101000101110011110100101011110 | f0e1c8e8b9e95e |
UTF-8 | 鞜疲拷^ | 11101001100111101001110011100111100101101011001011100110100010111011011101011110 | e99e9ce796b2e68bb75e |
UHC | ?疲拷^ | 001111111111100110101010110011011011100001011110 | 3ff9aacdb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)