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 | 鏑?? | 10010011010011000011111100111111 | 934c3f3f |
EUC-JP | 鏑?釪 | 110001011010110100111111100011111110001110101101 | c5ad3f8fe3ad |
UTF-8 | 鏑렊釪 | 111010011000111110010001111010111010000010001010111010011000011110101010 | e98f91eba08ae987aa |
UHC | 鏑렊釪 | 111011101110101110001110101000011110100111101001 | eeeb8ea1e9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)