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 | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
SJIS-WIN | 短B臓竪足 | 100100100101101001000010100100011001111110010010010001111001000110101011 | 925a42919f924791ab |
EUC-JP | 短B臓竪足 | 110000111011101101000010110000101010000111000011101010001100001010101101 | c3bb42c2a1c3a8c2ad |
UTF-8 | 短B臓竪足 | 11100111100111111010110101000010111010001000011110010011111001111010101110101010111010001011011010110011 | e79fad42e88793e7abaae8b6b3 |
UHC | 短B?竪足 | 1101001110101101010000100011111111100010101101011111000011101011 | d3ad423fe2b5f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)