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 | ë¶^ë¶^ | 1110101110001110101101100101111011101011100011101011011001011110 | eb8eb65eeb8eb65e |
SJIS-WIN | ??¶^??¶^ | 00111111001111111000000111110111010111100011111100111111100000011111011101011110 | 3f3f81f75e3f3f81f75e |
EUC-JP | ë?¶^ë?¶^ | 1000111110101011101100110011111110100010111110010101111010001111101010111011001100111111101000101111100101011110 | 8fabb33fa2f95e8fabb33fa2f95e |
UTF-8 | ë¶^ë¶^ | 1100001110101011110000101000111011000010101101100101111011000011101010111100001010001110110000101011011001011110 | c3abc28ec2b65ec3abc28ec2b65e |
UHC | ??¶^??¶^ | 00111111001111111010001011010010010111100011111100111111101000101101001001011110 | 3f3fa2d25e3f3fa2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)