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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 撓η? | 1001110110011010100000111100010100111111 | 9d9a83c53f |
EUC-JP | 撓η? | 1101100111111010101001101100011100111111 | d9faa6c73f |
UTF-8 | 撓η쥜 | 1110011010010010100100111100111010110111111011001010010110011100 | e69293ceb7eca59c |
UHC | 撓η쥜 | 111010001111010110100101111001111010001010010001 | e8f5a5e7a291 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)