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 | èßç´° | 111010001101111110000111111001111011010010110000 | e8df87e7b4b0 |
SJIS-WIN | ????´° | 0011111100111111001111110011111110000001010011001000000110001011 | 3f3f3f3f814c818b |
EUC-JP | èß?ç´° | 1000111110101011101100101000111110101001110011100011111110001111101010111010111010100001101011011010000111101011 | 8fabb28fa9ce3f8fabaea1ada1eb |
UTF-8 | èßç´° | 110000111010100011000011100111111100001010000111110000111010011111000010101101001100001010110000 | c3a8c39fc287c3a7c2b4c2b0 |
UHC | ?ß??´° | 001111111010100110101100001111110011111110100010101001011010000111000110 | 3fa9ac3f3fa2a5a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)