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 | éë§ëµ | 111010011000100110011011111010111001011110100111111010111011010110000111 | e9899beb97a7ebb587 |
SJIS-WIN | ?????§??? | 00111111001111110011111100111111001111111000000110011000001111110011111100111111 | 3f3f3f3f3f81983f3f3f |
EUC-JP | é??ë?§ë?? | 10001111101010111011000100111111001111111000111110101011101100110011111110100001111110001000111110101011101100110011111100111111 | 8fabb13f3f8fabb33fa1f88fabb33f3f |
UTF-8 | éë§ëµ | 110000111010100111000010100010011100001010011011110000111010101111000010100101111100001010100111110000111010101111000010101101011100001010000111 | c3a9c289c29bc3abc297c2a7c3abc2b5c287 |
UHC | ?????§??? | 00111111001111110011111100111111001111111010000111010111001111110011111100111111 | 3f3f3f3f3fa1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)