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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 箋??墻η? | 111000101011001100111111001111111001101011010100100000111100010100111111 | e2b33f3f9ad483c53f |
EUC-JP | 箋??墻η? | 111001001011010100111111001111111101010011010110101001101100011100111111 | e4b53f3fd4d6a6c73f |
UTF-8 | 箋뺞콖墻η즯 | 1110011110101110100010111110101110111010100111101110110010111101100101101110010110100010101110111100111010110111111011001010011010101111 | e7ae8bebba9eecbd96e5a2bbceb7eca6af |
UHC | 箋뺞콖墻η즯 | 111011111010100010010101111001101011000110010000111011011101111110100101111001111010001110000001 | efa895e6b190eddfa5e7a381 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)