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 | çå·x | 11100111100001111000000111100101100111111011011101111000 | e78781e59fb778 |
SJIS-WIN | ??????x | 00111111001111110011111100111111001111110011111101111000 | 3f3f3f3f3f3f78 |
EUC-JP | ç??å??x | 1000111110101011101011100011111100111111100011111010101110101001001111110011111101111000 | 8fabae3f3f8faba93f3f78 |
UTF-8 | çå·x | 11000011101001111100001010000111110000101000000111000011101001011100001010011111110000101011011101111000 | c3a7c287c281c3a5c29fc2b778 |
UHC | ?????·x | 0011111100111111001111110011111100111111101000011010010001111000 | 3f3f3f3f3fa1a478 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)