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 | 癰阮蝸^ | 11100001100111101110100010010110111001011001011101011110 | e19ee896e5975e |
EUC-JP | 癰阮蝸^ | 11100001111111101110111111110110111010011111011101011110 | e1feeff6e9f75e |
UTF-8 | 癰阮蝸^ | 11100111100110011011000011101001100110001010111011101000100111011011100001011110 | e799b0e998aee89db85e |
UHC | 癰阮蝸^ | 11101000101110011110100011010110111010001100010001011110 | e8b9e8d6e8c45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)