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 | 臟??饒?^ | 1110010001100110001111110011111111101001011000000011111101011110 | e4663f3fe9603f5e |
EUC-JP | 臟??饒?^ | 1110011111000111001111110011111111110001110000010011111101011110 | e7c73f3ff1c13f5e |
UTF-8 | 臟뚲궙饒뢞^ | 11101000100001111001111111101011100110101011001011101010101101101001100111101001101001011001001011101011101000101001111001011110 | e8879feb9ab2eab699e9a592eba29e5e |
UHC | 臟뚲궙饒뢞^ | 1110110111110100100011001110111010000010101011101110100110101110100011110101100101011110 | edf48cee82aee9ae8f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)