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 | 鉗キ邵ス踝 | 1110011111100111101101111110011110111000101111011110011011110100 | e7e7b7e7b8bde6f4 |
EUC-JP | 鉗キ邵ス踝 | 11101110111010011000111010110111111011101011101010001110101111011110110011110110 | eee98eb7eeba8ebdecf6 |
UTF-8 | 鉗キ邵ス踝 | 111010011000100110010111111011111011110110110111111010011000001010110101111011111011110110111101111010001011100010011101 | e98997efbdb7e982b5efbdbde8b89d |
UHC | 鉗?邵?? | 11001100110001100011111111100001110100000011111100111111 | ccc63fe1d03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)