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 | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-WIN | テつ叩ZB | 11000011100000101100001010010010010000000101101001000010 | c382c292405a42 |
EUC-JP | テつ叩ZB | 1000111011000011101001001100010011000011101000010101101001000010 | 8ec3a4c4c3a15a42 |
UTF-8 | テつ叩ZB | 1110111110111110100000111110001110000001101001001110010110001111101010010101101001000010 | efbe83e381a4e58fa95a42 |
UHC | ?つ叩ZB | 00111111101010101100010011001101101100000101101001000010 | 3faac4cdb05a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)