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??? | 0011111101000110001111110011111100111111 | 3f463f3f3f |
SJIS-WIN | 短F蔵竪促 | 100100100101101001000110100100011010000010010010010001111001000110100011 | 925a4691a0924791a3 |
EUC-JP | 短F蔵竪促 | 110000111011101101000110110000101010001011000011101010001100001010100101 | c3bb46c2a2c3a8c2a5 |
UTF-8 | 短F蔵竪促 | 11100111100111111010110101000110111010001001010010110101111001111010101110101010111001001011111110000011 | e79fad46e894b5e7abaae4bf83 |
UHC | 短F?竪促 | 1101001110101101010001100011111111100010101101011111010110110101 | d3ad463fe2b5f5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)