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 | 鄂仙」 | 1110011110111101100100001110010110100011 | e7bd90e5a3 |
EUC-JP | 鄂仙」 | 111011101011111111000000111001111000111010100011 | eebfc0e78ea3 |
UTF-8 | 鄂仙」 | 111010011000010010000010111001001011101110011001111011111011110110100011 | e98482e4bb99efbda3 |
UHC | 鄂仙? | 1110010011000111111000001011100100111111 | e4c7e0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)