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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 竪辿多H | 10010010010001111001001001001000100100011011110101001000 | 9247924891bd48 |
EUC-JP | 竪辿多H | 11000011101010001100001110101001110000101011111101001000 | c3a8c3a9c2bf48 |
UTF-8 | 竪辿多H | 11100111101010111010101011101000101111101011111111100101101001001001101001001000 | e7abaae8bebfe5a49a48 |
UHC | 竪?多H | 111000101011010100111111110100101111110101001000 | e2b53fd2fd48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)