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 | ?γ?誼? | 00111111100000111100000100111111100010110110001000111111 | 3f83c13f8b623f |
EUC-JP | ?γ?誼? | 00111111101001101100001100111111101101011100001100111111 | 3fa6c33fb5c33f |
UTF-8 | 列γ굥誼놤 | 1110111110100110100111001100111010110011111010101011010110100101111010001010101010111100111010111000011010100100 | efa69cceb3eab5a5e8aabceb86a4 |
UHC | 列γ굥誼놤 | 11100110111010101010010111100011100000101000101111101011111111101000011101000111 | e6eaa5e3828bebfe8747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)