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 | ë§ë¼ | 111010111001100110100111111010111001001110111100 | eb99a7eb93bc |
SJIS-WIN | ??§??? | 00111111001111111000000110011000001111110011111100111111 | 3f3f81983f3f3f |
EUC-JP | ë?§ë?? | 1000111110101011101100110011111110100001111110001000111110101011101100110011111100111111 | 8fabb33fa1f88fabb33f3f |
UTF-8 | ë§ë¼ | 110000111010101111000010100110011100001010100111110000111010101111000010100100111100001010111100 | c3abc299c2a7c3abc293c2bc |
UHC | ??§??¼ | 0011111100111111101000011101011100111111001111111010100011111001 | 3f3fa1d73f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)