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 | 烏l?藥 | 10001001010001111000001010001100001111111110010101011010 | 8947828c3fe55a |
EUC-JP | 烏l?藥 | 10110001101010001010001111101100001111111110100110111011 | b1a8a3ec3fe9bb |
UTF-8 | 烏l츦藥 | 111001111000001110001111111011111011110110001100111011001011100010100110111010001001011110100101 | e7838fefbd8cecb8a6e897a5 |
UHC | 烏l츦藥 | 1110100010100001101000111110110010101110100111001110010110110111 | e8a1a3ecae9ce5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)