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 | »Þæ¶^ | 1011101111011110111001101011011001011110 | bbdee6b65e |
SJIS-WIN | ???¶^ | 001111110011111100111111100000011111011101011110 | 3f3f3f81f75e |
EUC-JP | ?Þæ¶^ | 00111111100011111010100110110000100011111010100111000001101000101111100101011110 | 3f8fa9b08fa9c1a2f95e |
UTF-8 | »Þæ¶^ | 110000101011101111000011100111101100001110100110110000101011011001011110 | c2bbc39ec3a6c2b65e |
UHC | ?Þæ¶^ | 0011111110101000101011011010100110100001101000101101001001011110 | 3fa8ada9a1a2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)