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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | レ鯑ソ澵失\ | 1111000010101110110110101110100111000100101111111111101101001100100011101011100001011100 | f0aedae9c4bffb4c8eb85c |
EUC-JP | ?レ鯑ソ澵失\ | 00111111100011101101101011110010110001101000111010111111100011111100100011111000101111001011101001011100 | 3f8edaf2c68ebf8fc8f8bcba5c |
UTF-8 | レ鯑ソ澵失\ | 11101110100000011010110111101111101111101001101011101001101011111001000111101111101111011011111111100110101111101011010111100101101001001011000101011100 | ee81adefbe9ae9af91efbdbfe6beb5e5a4b15c |
UHC | ?????失\ | 0011111100111111001111110011111100111111111000111111011101011100 | 3f3f3f3f3fe3f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)