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 | 闍・繽尖y闍 | 1110100010001011101001011110001110001111100100001110101110000010100110011110100010001011 | e88ba5e38f90eb8299e88b |
EUC-JP | 闍・繽尖y闍 | 111011111110101110001110101001011110010111101111110000001110110110100011111110011110111111101011 | efeb8ea5e5efc0eda3f9efeb |
UTF-8 | 闍・繽尖y闍 | 111010011001011110001101111011111011110110100101111001111011100110111101111001011011000010010110111011111011110110011001111010011001011110001101 | e9978defbda5e7b9bde5b096efbd99e9978d |
UHC | ???尖y? | 0011111100111111001111111111010011010011101000111111100100111111 | 3f3f3ff4d3a3f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)