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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 底?}底?{^ | 100100101110101000111111011111011001001011101010001111110111101101011110 | 92ea3f7d92ea3f7b5e |
EUC-JP | 底?}底?{^ | 110001001110110000111111011111011100010011101100001111110111101101011110 | c4ec3f7dc4ec3f7b5e |
UTF-8 | 底옅}底옅{^ | 111001011011101010010101111011001001100010000101011111011110010110111010100101011110110010011000100001010111101101011110 | e5ba95ec98857de5ba95ec98857b5e |
UHC | 底옅}底옅{^ | 1110111010111100101111111011011001111101111011101011110010111111101101100111101101011110 | eebcbfb67deebcbfb67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)