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 | 11111001111111101011010011100111100010001011111001000010 | f9feb4e788be42 |
SJIS-WIN | ??´???B | 0011111100111111100000010100110000111111001111110011111101000010 | 3f3f814c3f3f3f42 |
EUC-JP | ùþ´ç??B | 1000111110101011111000111000111110101001110100001010000110101101100011111010101110101110001111110011111101000010 | 8fabe38fa9d0a1ad8fabae3f3f42 |
UTF-8 | ùþ´ç¾B | 11000011101110011100001110111110110000101011010011000011101001111100001010001000110000101011111001000010 | c3b9c3bec2b4c3a7c288c2be42 |
UHC | ?þ´??¾B | 00111111101010011010110110100010101001010011111100111111101010001111101001000010 | 3fa9ada2a53f3fa8fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)