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 | 藥≪?役 | 11100101010110101000000111100001001111111001011011110000 | e55a81e13f96f0 |
EUC-JP | 藥≪?役 | 11101001101110111010001011100011001111111100110011110010 | e9bba2e33fccf2 |
UTF-8 | 藥≪옼役 | 111010001001011110100101111000101000100110101010111011001001100010111100111001011011110110111001 | e897a5e289aaec98bce5bdb9 |
UHC | 藥≪옼役 | 1110010110110111101000011110110010011110101100011110011010110101 | e5b7a1ec9eb1e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)