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 | ìçë B | 11101100100101011001001111100111100010111001100111101011101000001000101101000010 | ec9593e78b99eba08b42 |
SJIS-WIN | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
EUC-JP | ì??ç??ë??B | 10001111101010111100000000111111001111111000111110101011101011100011111100111111100011111010101110110011001111110011111101000010 | 8fabc03f3f8fabae3f3f8fabb33f3f42 |
UTF-8 | ìçë B | 11000011101011001100001010010101110000101001001111000011101001111100001010001011110000101001100111000011101010111100001010100000110000101000101101000010 | c3acc295c293c3a7c28bc299c3abc2a0c28b42 |
UHC | ?????????B | 00111111001111110011111100111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)