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 | ûL½ÊQ] | 111110110100110010111101110010100101000101011101 | fb4cbdca515d |
SJIS-WIN | ?L??Q] | 001111110100110000111111001111110101000101011101 | 3f4c3f3f515d |
EUC-JP | ûL?ÊQ] | 10001111101010111110010101001100001111111000111110101010101101000101000101011101 | 8fabe54c3f8faab4515d |
UTF-8 | ûL½ÊQ] | 110000111011101101001100110000101011110111000011100010100101000101011101 | c3bb4cc2bdc38a515d |
UHC | ?L½?Q] | 00111111010011001010100011110110001111110101000101011101 | 3f4ca8f63f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)