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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 橾奉 | 11111010111100011001010111110010 | faf195f2 |
EUC-JP | 橾奉 | 1000111111000101101101101100101011110100 | 8fc5b6caf4 |
UTF-8 | 橾奉 | 111001101010100110111110111001011010010110001001 | e6a9bee5a589 |
UHC | ?奉 | 001111111101110011100101 | 3fdce5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)