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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | 焌????^ | 1000111111001001111010000011111100111111001111110011111101011110 | 8fc9e83f3f3f3f5e |
UTF-8 | 焌띳렰계샛^ | 11100111100001001000110011101011100111011011001111101011101000001011000011101010101100111000010011101100100000111001101101011110 | e7848ceb9db3eba0b0eab384ec839b5e |
UHC | 焌띳렰계샛^ | 1111000111100000101101101111000110001110101111011011000011101000101110111111101101011110 | f1e0b6f18ebdb0e8bbfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)