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 | 池矜??? | 10010010011100101110000111100000001111110011111100111111 | 9272e1e03f3f3f |
EUC-JP | 池矜??翟 | 110000111101001111100010111000100011111100111111100011111101010110111100 | c3d3e2e23f3f8fd5bc |
UTF-8 | 池矜렋렒翟 | 111001101011000110100000111001111001111110011100111010111010000010001011111010111010000010010010111001111011111110011111 | e6b1a0e79f9ceba08beba092e7bf9f |
UHC | 池矜렋렒翟 | 11110010101011101101000011101000100011101010001010001110101001111110111011100001 | f2aed0e88ea28ea7eee1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)