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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 闔櫂闔櫂^ | 111010001000111010011111010001001110100010001110100111110100010001011110 | e88e9f44e88e9f445e |
EUC-JP | 闔櫂闔櫂^ | 111011111110111011011101101001011110111111101110110111011010010101011110 | efeedda5efeedda55e |
UTF-8 | 闔櫂闔櫂^ | 11101001100101111001010011100110101010111000001011101001100101111001010011100110101010111000001001011110 | e99794e6ab82e99794e6ab825e |
UHC | 闔櫂闔櫂^ | 111110011110111111010100101000101111100111101111110101001010001001011110 | f9efd4a2f9efd4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)