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 | 雕???? | 111010001011100000111111001111110011111100111111 | e8b83f3f3f3f |
EUC-JP | 雕???? | 111100001011101000111111001111110011111100111111 | f0ba3f3f3f3f |
UTF-8 | 雕샹뤵펿댕 | 111010011001101110010101111011001000001110111001111010111010010010110101111011011000111010111111111010111000110010010101 | e99b95ec83b9eba4b5ed8ebfeb8c95 |
UHC | 雕샹뤵펿댕 | 11110000111001111011110010100111100011111110001110111100100011101011010011110011 | f0e7bca78fe3bc8eb4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)