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臓短存 | 100100100101101001000010100100011001111110010010010110101001000110110110 | 925a42919f925a91b6 |
EUC-JP | 短B臓短存 | 110000111011101101000010110000101010000111000011101110111100001010111000 | c3bb42c2a1c3bbc2b8 |
UTF-8 | 短B臓短存 | 11100111100111111010110101000010111010001000011110010011111001111001111110101101111001011010110110011000 | e79fad42e88793e79fade5ad98 |
UHC | 短B?短存 | 1101001110101101010000100011111111010011101011011111000011101101 | d3ad423fd3adf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)