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 | 底완}底완{^ | 111001011011101010010101111011001001100110000100011111011110010110111010100101011110110010011001100001000111101101011110 | e5ba95ec99847de5ba95ec99847b5e |
UHC | 底완}底완{^ | 1110111010111100101111111100111101111101111011101011110010111111110011110111101101011110 | eebcbfcf7deebcbfcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)