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 | îå¼s | 11101110100001111001111111100101101111001000111101110011 | ee879fe5bc8f73 |
SJIS-WIN | ??????s | 00111111001111110011111100111111001111110011111101110011 | 3f3f3f3f3f3f73 |
EUC-JP | î??å??s | 1000111110101011110000100011111100111111100011111010101110101001001111110011111101110011 | 8fabc23f3f8faba93f3f73 |
UTF-8 | îå¼s | 11000011101011101100001010000111110000101001111111000011101001011100001010111100110000101000111101110011 | c3aec287c29fc3a5c2bcc28f73 |
UHC | ????¼?s | 0011111100111111001111110011111110101000111110010011111101110011 | 3f3f3f3fa8f93f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)