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 | 逕櫁鴇逡ゥ | 111001111001010010011110111010001001001110111100111001111001010110101001 | e7949ee893bce795a9 |
EUC-JP | 逕櫁鴇逡ゥ | 11101101111101001101110011101010110001101011111011101101111101011000111010101001 | edf4dceac6beedf58ea9 |
UTF-8 | 逕櫁鴇逡ゥ | 111010011000000010010101111001101010101110000001111010011011010010000111111010011000000010100001111011111011110110101001 | e98095e6ab81e9b487e980a1efbda9 |
UHC | 逕??逡? | 11001100111011110011111100111111111100011110010000111111 | ccef3f3ff1e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)