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 | 逋イ竊被屋蟇 | 1110011110011001101100101110001010000110100101001110110110001001101011101110010110101111 | e799b2e28694ed89aee5af |
EUC-JP | 逋イ竊被屋蟇 | 111011011111100110001110101100101110001111100110110010001110111110110010101100001110101010110001 | edf98eb2e3e6c8efb2b0eab1 |
UTF-8 | 逋イ竊被屋蟇 | 111010011000000010001011111011111011110110110010111001111010101110001010111010001010001010101011111001011011000110001011111010001001111110000111 | e9808befbdb2e7ab8ae8a2abe5b18be89f87 |
UHC | 逋?竊被屋? | 11111000111001110011111111101111101111001111100110101100111010001010100100111111 | f8e73fefbcf9ace8a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)