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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 誾嘲誾嘴^ | 111110111010011110011010011111011111101110100111100110100111101101011110 | fba79a7dfba79a7b5e |
EUC-JP | 誾嘲誾嘴^ | 1000111111011110101001001101001111011110100011111101111010100100110100111101110001011110 | 8fdea4d3de8fdea4d3dc5e |
UTF-8 | 誾嘲誾嘴^ | 11101000101010101011111011100101100110001011001011101000101010101011111011100101100110001011010001011110 | e8aabee598b2e8aabee598b45e |
UHC | 誾嘲誾嘴^ | 111010111101110111110000101111111110101111011101111101101010010001011110 | ebddf0bfebddf6a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)