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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ラョヨテンム | 110101111010111011010110110000111101110111010001 | d7aed6c3ddd1 |
EUC-JP | ラョヨテンム | 100011101101011110001110101011101000111011010110100011101100001110001110110111011000111011010001 | 8ed78eae8ed68ec38edd8ed1 |
UTF-8 | ラョヨテンム | 111011111011111010010111111011111011110110101110111011111011111010010110111011111011111010000011111011111011111010011101111011111011111010010001 | efbe97efbdaeefbe96efbe83efbe9defbe91 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)