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 | 蔬顔料^ | 11100100111101001000101011100111100101111011111101011110 | e4f48ae797bf5e |
EUC-JP | 蔬顔料^ | 11101000111101101011010011101001110011101100000101011110 | e8f6b4e9cec15e |
UTF-8 | 蔬顔料^ | 11101000100101001010110011101001101000011001010011100110100101101001100101011110 | e894ace9a194e696995e |
UHC | 蔬顔料^ | 11100001110010101110010011010100110101101111100101011110 | e1cae4d4d6f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)