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 | 逾??^ | 1110011110100101001111110011111101011110 | e7a53f3f5e |
EUC-JP | 逾??^ | 1110111010100111001111110011111101011110 | eea73f3f5e |
UTF-8 | 逾㏓덴^ | 11101001100000001011111011100011100011111001001111101011100011011011010001011110 | e980bee38f93eb8db45e |
UHC | 逾㏓덴^ | 11101011101101011010011111101011101101011010011101011110 | ebb5a7ebb5a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)