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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 醫??^ | 1110011111001110001111110011111101011110 | e7ce3f3f5e |
EUC-JP | 醫??^ | 1110111011010000001111110011111101011110 | eed03f3f5e |
UTF-8 | 醫뚨썓^ | 11101001100001101010101111101011100110101010100011101100100011011001001101011110 | e986abeb9aa8ec8d935e |
UHC | 醫뚨썓^ | 11101100101000101000110011100111100110111000011001011110 | eca28ce79b865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)