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 | çå¾Ñì³\ | 111001111110010110111110110100011000100111101100101100111001111101011100 | e7e5bed189ecb39f5c |
SJIS-WIN | ????????\ | 001111110011111100111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f3f3f5c |
EUC-JP | çå?Ñ?ì??\ | 1000111110101011101011101000111110101011101010010011111110001111101010101101000000111111100011111010101111000000001111110011111101011100 | 8fabae8faba93f8faad03f8fabc03f3f5c |
UTF-8 | çå¾Ñì³\ | 1100001110100111110000111010010111000010101111101100001110010001110000101000100111000011101011001100001010110011110000101001111101011100 | c3a7c3a5c2bec391c289c3acc2b3c29f5c |
UHC | ??¾???³?\ | 0011111100111111101010001111101000111111001111110011111110101001111110000011111101011100 | 3f3fa8fa3f3f3fa9f83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)