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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 邨帶ェ主匡\ | 11100111101101011001101111100110101010101000111011100101100010111010011101011100 | e7b59be6aa8ee58ba75c |
EUC-JP | 邨帶ェ主匡\ | 1110111010110111110101101110100010001110101010101011110011100111101101101010100101011100 | eeb7d6e88eaabce7b6a95c |
UTF-8 | 邨帶ェ主匡\ | 11101001100000101010100011100101101110001011011011101111101111011010101011100100101110001011101111100101100011001010000101011100 | e982a8e5b8b6efbdaae4b8bbe58ca15c |
UHC | 邨帶?主匡\ | 11110101101111101101001111100001001111111111000110101011110011101100010001011100 | f5bed3e13ff1abcec45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)