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 | 踟イ竭ク奣 | 1110011011110111101100101110001010010001101110001111101010100011 | e6f7b2e291b8faa3 |
EUC-JP | 踟イ竭ク奣 | 1110110011111001100011101011001011100011111100011000111010111000100011111011100011111100 | ecf98eb2e3f18eb88fb8fc |
UTF-8 | 踟イ竭ク奣 | 111010001011100010011111111011111011110110110010111001111010101110101101111011111011110110111000111001011010010110100011 | e8b89fefbdb2e7abadefbdb8e5a5a3 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)