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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?γ?誼?B | 0011111110000011110000010011111110001011011000100011111101000010 | 3f83c13f8b623f42 |
EUC-JP | ?γ?誼?B | 0011111110100110110000110011111110110101110000110011111101000010 | 3fa6c33fb5c33f42 |
UTF-8 | 列γ굥誼놟B | 111011111010011010011100110011101011001111101010101101011010010111101000101010101011110011101011100001101001111101000010 | efa69cceb3eab5a5e8aabceb869f42 |
UHC | 列γ굥誼놟B | 1110011011101010101001011110001110000010100010111110101111111110100001110100001001000010 | e6eaa5e3828bebfe874242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)