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揃脱村 | 100100100101101001000010100100011011010110010010010001011001000110111010 | 925a4291b5924591ba |
EUC-JP | 短B揃脱村 | 110000111011101101000010110000101011011111000011101001101100001010111100 | c3bb42c2b7c3a6c2bc |
UTF-8 | 短B揃脱村 | 11100111100111111010110101000010111001101000111110000011111010001000010010110001111001101001110110010001 | e79fad42e68f83e884b1e69d91 |
UHC | 短B??村 | 11010011101011010100001000111111001111111111010110111101 | d3ad423f3ff5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)