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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辜壌收繞 | 1110011110000011100011111110101110011101101111101110001110000101 | e7838feb9dbee385 |
EUC-JP | 辜壌收繞 | 1110110111100011101111101110110111011010110000001110010111100101 | ede3beeddac0e5e5 |
UTF-8 | 辜壌收繞 | 111010001011111010011100111001011010001110001100111001101001010010110110111001111011100110011110 | e8be9ce5a38ce694b6e7b99e |
UHC | 辜?收繞 | 11001101110100000011111111100010101001011110100110100100 | cdd03fe2a5e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)