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 | 腫麥聆揄 | 1000111011101110111010100110110111100011110101111001110110001001 | 8eeeea6de3d79d89 |
EUC-JP | 腫麥聆揄 | 1011110011110000111100111100111011100110110110011101100111101001 | bcf0f3cee6d9d9e9 |
UTF-8 | 腫麥聆揄 | 111010001000010110101011111010011011101010100101111010001000000110000110111001101000111110000100 | e885abe9baa5e88186e68f84 |
UHC | 腫麥聆揄 | 1111000011111110110110001110101011010110110000001110101011110001 | f0fed8ead6c0eaf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)