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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 卒叩達足 | 1001000110110010100100100100000010010010010000101001000110101011 | 91b29240924291ab |
EUC-JP | 卒叩達足 | 1100001010110100110000111010000111000011101000111100001010101101 | c2b4c3a1c3a3c2ad |
UTF-8 | 卒叩達足 | 111001011000110110010010111001011000111110101001111010011000000110010100111010001011011010110011 | e58d92e58fa9e98194e8b6b3 |
UHC | 卒叩達足 | 1111000011101111110011011011000011010011101110011111000011101011 | f0efcdb0d3b9f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)