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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 馮峇}Y馮峇}bE | 11101001011001111001101110110010011111010101100111101001011001111001101110110010011111010110001001000101 | e9679bb27d59e9679bb27d6245 |
EUC-JP | 馮峇}Y馮峇}bE | 11110001110010001101011010110100011111010101100111110001110010001101011010110100011111010110001001000101 | f1c8d6b47d59f1c8d6b47d6245 |
UTF-8 | 馮峇}Y馮峇}bE | 1110100110100110101011101110010110110011100001110111110101011001111010011010011010101110111001011011001110000111011111010110001001000101 | e9a6aee5b3877d59e9a6aee5b3877d6245 |
UHC | 馮?}Y馮?}bE | 1111100110100111001111110111110101011001111110011010011100111111011111010110001001000101 | f9a73f7d59f9a73f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)