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 | ?E??? | 0011111101000101001111110011111100111111 | 3f453f3f3f |
SJIS-WIN | 短E則短俗 | 100100100101101001000101100100011010010110010010010110101001000110101101 | 925a4591a5925a91ad |
EUC-JP | 短E則短俗 | 110000111011101101000101110000101010011111000011101110111100001010101111 | c3bb45c2a7c3bbc2af |
UTF-8 | 短E則短俗 | 11100111100111111010110101000101111001011000100110000111111001111001111110101101111001001011111110010111 | e79fad45e58987e79fade4bf97 |
UHC | 短E則短俗 | 110100111010110101000101111101101100111011010011101011011110000111010100 | d3ad45f6ced3ade1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)