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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 維??維?ぜF | 10001000110110110011111100111111100010001101101100111111100000101011101001000110 | 88db3f3f88db3f82ba46 |
EUC-JP | 維??維?ぜF | 10110000110111010011111100111111101100001101110100111111101001001011110001000110 | b0dd3f3fb0dd3fa4bc46 |
UTF-8 | 維귣춲維귣ぜF | 11100111101101101010110111101010101101111010001111101100101101101011001011100111101101101010110111101010101101111010001111100011100000011001110001000110 | e7b6adeab7a3ecb6b2e7b6adeab7a3e3819c46 |
UHC | 維귣춲維귣ぜF | 11101011101010111000001011101011101011011000111011101011101010111000001011101011101010101011110001000110 | ebab82ebad8eebab82ebaabc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)