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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 維?ぜF | 100010001101101100111111100000101011101001000110 | 88db3f82ba46 |
EUC-JP | 維?ぜF | 101100001101110100111111101001001011110001000110 | b0dd3fa4bc46 |
UTF-8 | 維귣ぜF | 11100111101101101010110111101010101101111010001111100011100000011001110001000110 | e7b6adeab7a3e3819c46 |
UHC | 維귣ぜF | 11101011101010111000001011101011101010101011110001000110 | ebab82ebaabc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)