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 | ??m}??m{^ | 001111110011111101101101011111010011111100111111011011010111101101011110 | 3f3f6d7d3f3f6d7b5e |
SJIS-WIN | 歔蕾m}歔蕾m{^ | 10011111011000001110010101010001011011010111110110011111011000001110010101010001011011010111101101011110 | 9f60e5516d7d9f60e5516d7b5e |
EUC-JP | 歔蕾m}歔蕾m{^ | 11011101110000011110100110110010011011010111110111011101110000011110100110110010011011010111101101011110 | ddc1e9b26d7dddc1e9b26d7b5e |
UTF-8 | 歔蕾m}歔蕾m{^ | 1110011010101101100101001110100010010101101111100110110101111101111001101010110110010100111010001001010110111110011011010111101101011110 | e6ad94e895be6d7de6ad94e895be6d7b5e |
UHC | ??m}??m{^ | 001111110011111101101101011111010011111100111111011011010111101101011110 | 3f3f6d7d3f3f6d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)