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 | Ùâ´ó | 100111101101100111100010101101001001011011110011 | 9ed9e2b496f3 |
SJIS-WIN | ???´?? | 00111111001111110011111110000001010011000011111100111111 | 3f3f3f814c3f3f |
EUC-JP | ?Ùâ´?ó | 00111111100011111010101011100011100011111010101110100100101000011010110100111111100011111010101111010001 | 3f8faae38faba4a1ad3f8fabd1 |
UTF-8 | Ùâ´ó | 110000101001111011000011100110011100001110100010110000101011010011000010100101101100001110110011 | c29ec399c3a2c2b4c296c3b3 |
UHC | ???´?? | 00111111001111110011111110100010101001010011111100111111 | 3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)