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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 罔醇┰纒? | 111000111010011010001111100001101000010010111011111000111001010100111111 | e3a68f8684bbe3953f |
EUC-JP | 罔醇┰纒鎴 | 1110011010101000101111011110011010101000101111011110010111110101100011111110010110110111 | e6a8bde6a8bde5f58fe5b7 |
UTF-8 | 罔醇┰纒鎴 | 111001111011110110010100111010011000011010000111111000101001010010110000111001111011101010010010111010011000111010110100 | e7bd94e98687e294b0e7ba92e98eb4 |
UHC | 罔醇┰?? | 1101100011010010111000101111010110100110101111010011111100111111 | d8d2e2f5a6bd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)