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 | 11100111100001111000000111100101100111111011011101000010 | e78781e59fb742 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ç??å??B | 1000111110101011101011100011111100111111100011111010101110101001001111110011111101000010 | 8fabae3f3f8faba93f3f42 |
UTF-8 | çå·B | 11000011101001111100001010000111110000101000000111000011101001011100001010011111110000101011011101000010 | c3a7c287c281c3a5c29fc2b742 |
UHC | ?????·B | 0011111100111111001111110011111100111111101000011010010001000010 | 3f3f3f3f3fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)