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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蹟??耕 | 100100001101011000111111001111111000110101101011 | 90d63f3f8d6b |
EUC-JP | 蹟??耕 | 110000001101100000111111001111111011100111001100 | c0d83f3fb9cc |
UTF-8 | 蹟펜렮耕 | 111010001011100110011111111011011000111010011100111010111010000010101110111010001000000010010101 | e8b99fed8e9ceba0aee88095 |
UHC | 蹟펜렮耕 | 1110111011100111110001101110011010001110101110111100110011101001 | eee7c6e68ebbcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)