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 | 藥?}藥?{^ | 111001010101101000111111011111011110010101011010001111110111101101011110 | e55a3f7de55a3f7b5e |
EUC-JP | 藥?}藥?{^ | 111010011011101100111111011111011110100110111011001111110111101101011110 | e9bb3f7de9bb3f7b5e |
UTF-8 | 藥쉟}藥쉟{^ | 111010001001011110100101111011001000100110011111011111011110100010010111101001011110110010001001100111110111101101011110 | e897a5ec899f7de897a5ec899f7b5e |
UHC | 藥쉟}藥쉟{^ | 1110010110110111100110100111010101111101111001011011011110011010011101010111101101011110 | e5b79a757de5b79a757b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)