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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 谿曙О^ | 11100110101011101000111110001100100001000100111101011110 | e6ae8f8c844f5e |
EUC-JP | 谿曙О^ | 11101100101100001011110111101100101001111011000001011110 | ecb0bdeca7b05e |
UTF-8 | 谿曙О^ | 111010001011000010111111111001101001101110011001110100001001111001011110 | e8b0bfe69b99d09e5e |
UHC | 谿曙О^ | 11001101101011001101111111110101101011001011000001011110 | cdacdff5acb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)