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 | 蔕駕繍^ | 11100100111101101000100111101101100011110100101001011110 | e4f689ed8f4a5e |
EUC-JP | 蔕駕繍^ | 11101000111110001011001011101111101111011010101101011110 | e8f8b2efbdab5e |
UTF-8 | 蔕駕繍^ | 11101000100101001001010111101001101001111001010111100111101110011000110101011110 | e89495e9a795e7b98d5e |
UHC | ?駕?^ | 0011111111001010101111010011111101011110 | 3fcabd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)