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 | 咳?? | 10001010010100000011111100111111 | 8a503f3f |
EUC-JP | 咳?? | 10110011101100010011111100111111 | b3b13f3f |
UTF-8 | 咳쒘몘 | 111001011001001010110011111011001001001010011000111010111010101010011000 | e592b3ec9298ebaa98 |
UHC | 咳쒘몘 | 111110101010011010011100111011101001000110000110 | faa69cee9186 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)