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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 種種[種種[^ | 1000111011101101100011101110110101011011100011101110110110001110111011010101101101011110 | 8eed8eed5b8eed8eed5b5e |
EUC-JP | 種種[種種[^ | 1011110011101111101111001110111101011011101111001110111110111100111011110101101101011110 | bcefbcef5bbcefbcef5b5e |
UTF-8 | 種種[種種[^ | 111001111010100010101110111001111010100010101110010110111110011110101000101011101110011110101000101011100101101101011110 | e7a8aee7a8ae5be7a8aee7a8ae5b5e |
UHC | 種種[種種[^ | 1111000011111010111100001111101001011011111100001111101011110000111110100101101101011110 | f0faf0fa5bf0faf0fa5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)