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 | 逋イ竊被億諢 | 1110011110011001101100101110001010000110100101001110110110001001101011011110011010000100 | e799b2e28694ed89ade684 |
EUC-JP | 逋イ竊被億諢 | 111011011111100110001110101100101110001111100110110010001110111110110010101011111110101111100100 | edf98eb2e3e6c8efb2afebe4 |
UTF-8 | 逋イ竊被億諢 | 111010011000000010001011111011111011110110110010111001111010101110001010111010001010001010101011111001011000010010000100111010001010101110100010 | e9808befbdb2e7ab8ae8a2abe58484e8aba2 |
UHC | 逋?竊被億? | 11111000111001110011111111101111101111001111100110101100111001011110001000111111 | f8e73fefbcf9ace5e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)