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 | ????串^ | 00111111001111110011111100111111100010111111100001011110 | 3f3f3f3f8bf85e |
EUC-JP | 焌???串^ | 100011111100100111101000001111110011111100111111101101101111101001011110 | 8fc9e83f3f3fb6fa5e |
UTF-8 | 焌비렰곁串^ | 11100111100001001000110011101011101110011000010011101011101000001011000011101010101100111000000111100100101110001011001001011110 | e7848cebb984eba0b0eab381e4b8b25e |
UHC | 焌비렰곁串^ | 1111000111100000101110101111000110001110101111011011000011100111110011011111101001011110 | f1e0baf18ebdb0e7cdfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)