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 | 褻è¾^ | 11101000101001001011101111101000100111111011111001011110 | e8a4bbe89fbe5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | è¤?è??^ | 10001111101010111011001010001111101000101111000000111111100011111010101110110010001111110011111101011110 | 8fabb28fa2f03f8fabb23f3f5e |
UTF-8 | 褻è¾^ | 11000011101010001100001010100100110000101011101111000011101010001100001010011111110000101011111001011110 | c3a8c2a4c2bbc3a8c29fc2be5e |
UHC | ?¤???¾^ | 001111111010001010110100001111110011111100111111101010001111101001011110 | 3fa2b43f3f3fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)