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 | 遑シ貅弥Σ | 111001111010000110111100111001101011101010010110111011011000001110110000 | e7a1bce6ba96ed83b0 |
EUC-JP | 遑シ貅弥Σ | 11101110101000111000111010111100111011001011110011001100111011111010011010110010 | eea38ebcecbcccefa6b2 |
UTF-8 | 遑シ貅弥Σ | 1110100110000001100100011110111110111101101111001110100010110010100001011110010110111100101001011100111010100011 | e98191efbdbce8b285e5bca5cea3 |
UHC | 遑???Σ | 11111100110110100011111100111111001111111010010111010010 | fcda3f3f3fa5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)