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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 厓???? | 111110101000110100111111001111110011111100111111 | fa8d3f3f3f3f |
EUC-JP | 厓???? | 10001111101101001100011100111111001111110011111100111111 | 8fb4c73f3f3f3f |
UTF-8 | 厓긺겮若잌 | 111001011000111010010011111010101011100010111010111010101011001010101110111011111010010110110100111011001001111010001100 | e58e93eab8baeab2aeefa5b4ec9e8c |
UHC | 厓긺겮若잌 | 11100100111011011011000111100111100000011011110011100101101011101001111111100101 | e4edb1e781bce5ae9fe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)