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 | çµ ï½å· | 1110011110110101100001011110111110111101100011111110010110110111 | e7b585efbd8fe5b7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ç??ï??å? | 1000111110101011101011100011111100111111100011111010101111000001001111110011111110001111101010111010100100111111 | 8fabae3f3f8fabc13f3f8faba93f |
UTF-8 | çµ ï½å· | 11000011101001111100001010110101110000101000010111000011101011111100001010111101110000101000111111000011101001011100001010110111 | c3a7c2b5c285c3afc2bdc28fc3a5c2b7 |
UHC | ????½??· | 00111111001111110011111100111111101010001111011000111111001111111010000110100100 | 3f3f3f3fa8f63f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)