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 | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
SJIS-WIN | 淡棚炭F短 | 100100100101011110010010010010011001001001011001010001101001001001011010 | 92579249925946925a |
EUC-JP | 淡棚炭F短 | 110000111011100011000011101010101100001110111010010001101100001110111011 | c3b8c3aac3ba46c3bb |
UTF-8 | 淡棚炭F短 | 11100110101101111010000111100110101000111001101011100111100000101010110101000110111001111001111110101101 | e6b7a1e6a39ae782ad46e79fad |
UHC | 淡棚炭F短 | 110100111011111111011101110111001111011110101001010001101101001110101101 | d3bfdddcf7a946d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)