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 | 遞罷汢^ | 11100111101010001001010011101011100111111000100101011110 | e7a894eb9f895e |
EUC-JP | 遞罷汢^ | 11101110101010101100100011101101110111011110100101011110 | eeaac8eddde95e |
UTF-8 | 遞罷汢^ | 11101001100000011001111011100111101111011011011111100110101100011010001001011110 | e9819ee7bdb7e6b1a25e |
UHC | 遞罷?^ | 111101001111011011110111111100110011111101011110 | f4f6f7f33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)