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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譽?藥 | 1110011010100011001111111110010101011010 | e6a33fe55a |
EUC-JP | 譽?藥 | 1110110010100101001111111110100110111011 | eca53fe9bb |
UTF-8 | 譽켙藥 | 111010001010110110111101111011001011110010011001111010001001011110100101 | e8adbdecbc99e897a5 |
UHC | 譽켙藥 | 111001111110001010110001010100101110010110110111 | e7e2b152e5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)