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 | 逋イ縲畷≠諢 | 1110011110011001101100101110001110000000100100111110101110000001100000101110011010000100 | e799b2e38093eb8182e684 |
EUC-JP | 逋イ縲畷≠諢 | 111011011111100110001110101100101110010111100000110001101110110110100001111000101110101111100100 | edf98eb2e5e0c6eda1e2ebe4 |
UTF-8 | 逋イ縲畷≠諢 | 111010011000000010001011111011111011110110110010111001111011100010110010111001111001010110110111111000101000100110100000111010001010101110100010 | e9808befbdb2e7b8b2e795b7e289a0e8aba2 |
UHC | 逋???≠? | 1111100011100111001111110011111100111111101000011100000100111111 | f8e73f3f3fa1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)