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 | 懈η? | 1001110011100110100000111100010100111111 | 9ce683c53f |
EUC-JP | 懈η? | 1101100011101000101001101100011100111111 | d8e8a6c73f |
UTF-8 | 懈η몿 | 1110011010000111100010001100111010110111111010111010101010111111 | e68788ceb7ebaabf |
UHC | 懈η몿 | 111110101010101110100101111001111001000110100011 | faaba5e791a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)