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 | 餓η? | 1000100111101100100000111100010100111111 | 89ec83c53f |
EUC-JP | 餓η? | 1011001011101110101001101100011100111111 | b2eea6c73f |
UTF-8 | 餓η슼 | 1110100110100100100100111100111010110111111011001000101010111100 | e9a493ceb7ec8abc |
UHC | 餓η슼 | 111001001011101110100101111001111001101010111111 | e4bba5e79abf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)