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 | ëâ§ì¯ | 111010111110001010100111111011001000010010101111 | ebe2a7ec84af |
SJIS-WIN | ??§??? | 00111111001111111000000110011000001111110011111100111111 | 3f3f81983f3f3f |
EUC-JP | ëâ§ì?¯ | 100011111010101110110011100011111010101110100100101000011111100010001111101010111100000000111111100011111010001010110100 | 8fabb38faba4a1f88fabc03f8fa2b4 |
UTF-8 | ëâ§ì¯ | 110000111010101111000011101000101100001010100111110000111010110011000010100001001100001010101111 | c3abc3a2c2a7c3acc284c2af |
UHC | ??§??? | 00111111001111111010000111010111001111110011111100111111 | 3f3fa1d73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)