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 | 短促続則 | 1001001001011010100100011010001110010001101100011001000110100101 | 925a91a391b191a5 |
EUC-JP | 短促続則 | 1100001110111011110000101010010111000010101100111100001010100111 | c3bbc2a5c2b3c2a7 |
UTF-8 | 短促続則 | 111001111001111110101101111001001011111110000011111001111011011010011010111001011000100110000111 | e79fade4bf83e7b69ae58987 |
UHC | 短促?則 | 11010011101011011111010110110101001111111111011011001110 | d3adf5b53ff6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)