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 | è¸è²é | 1110100010111000100111111110100010000010101100101110100110011001 | e8b89fe882b2e999 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | è¸?è??é? | 10001111101010111011001010001111101000101011000100111111100011111010101110110010001111110011111110001111101010111011000100111111 | 8fabb28fa2b13f8fabb23f3f8fabb13f |
UTF-8 | è¸è²é | 11000011101010001100001010111000110000101001111111000011101010001100001010000010110000101011001011000011101010011100001010011001 | c3a8c2b8c29fc3a8c282c2b2c3a9c299 |
UHC | ?¸???²?? | 00111111101000101010110000111111001111110011111110101001111101110011111100111111 | 3fa2ac3f3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)