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 | âãÝÜ^ | 11100010111000111000111011011101100011101101110001011110 | e2e38edd8edc5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | âã?Ý?Ü^ | 100011111010101110100100100011111010101110101010001111111000111110101010111100100011111110001111101010101110010001011110 | 8faba48fabaa3f8faaf23f8faae45e |
UTF-8 | âãÝÜ^ | 11000011101000101100001110100011110000101000111011000011100111011100001010001110110000111001110001011110 | c3a2c3a3c28ec39dc28ec39c5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)