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 | Ëà¹P^ | 10011101110010111110000010111001100101110101000001011110 | 9dcbe0b997505e |
SJIS-WIN | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
EUC-JP | ?Ëà??P^ | 0011111110001111101010101011001110001111101010111010001000111111001111110101000001011110 | 3f8faab38faba23f3f505e |
UTF-8 | Ëà¹P^ | 110000101001110111000011100010111100001110100000110000101011100111000010100101110101000001011110 | c29dc38bc3a0c2b9c297505e |
UHC | ???¹?P^ | 0011111100111111001111111010100111110110001111110101000001011110 | 3f3f3fa9f63f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)