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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 移移^ | 1000100011011010100010001101101001011110 | 88da88da5e |
EUC-JP | 移移^ | 1011000011011100101100001101110001011110 | b0dcb0dc5e |
UTF-8 | 移移^ | 11100111101001111011101111100111101001111011101101011110 | e7a7bbe7a7bb5e |
UHC | 移移^ | 1110110010111001111011001011100101011110 | ecb9ecb95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)