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 | 諢壌坩繞 | 1110011010000100100011111110101110011010101011101110001110000101 | e6848feb9aaee385 |
EUC-JP | 諢壌坩繞 | 1110101111100100101111101110110111010100101100001110010111100101 | ebe4beedd4b0e5e5 |
UTF-8 | 諢壌坩繞 | 111010001010101110100010111001011010001110001100111001011001110110101001111001111011100110011110 | e8aba2e5a38ce59da9e7b99e |
UHC | ???繞 | 0011111100111111001111111110100110100100 | 3f3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)