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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 歔廩}歔廩{^ | 1001111101100000100111000100100001111101100111110110000010011100010010000111101101011110 | 9f609c487d9f609c487b5e |
EUC-JP | 歔廩}歔廩{^ | 1101110111000001110101111010100101111101110111011100000111010111101010010111101101011110 | ddc1d7a97dddc1d7a97b5e |
UTF-8 | 歔廩}歔廩{^ | 111001101010110110010100111001011011101110101001011111011110011010101101100101001110010110111011101010010111101101011110 | e6ad94e5bba97de6ad94e5bba97b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)