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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 叩竪B | 1001001001000000100100100100011101000010 | 9240924742 |
EUC-JP | 叩竪B | 1100001110100001110000111010100001000010 | c3a1c3a842 |
UTF-8 | 叩竪B | 11100101100011111010100111100111101010111010101001000010 | e58fa9e7abaa42 |
UHC | 叩竪B | 1100110110110000111000101011010101000010 | cdb0e2b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)