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 | 辿即他脱則足 | 100100100100100010010001101001101001000110111100100100100100010110010001101001011001000110101011 | 924891a691bc924591a591ab |
EUC-JP | 辿即他脱則足 | 110000111010100111000010101010001100001010111110110000111010011011000010101001111100001010101101 | c3a9c2a8c2bec3a6c2a7c2ad |
UTF-8 | 辿即他脱則足 | 111010001011111010111111111001011000110110110011111001001011101110010110111010001000010010110001111001011000100110000111111010001011011010110011 | e8bebfe58db3e4bb96e884b1e58987e8b6b3 |
UHC | ??他?則足 | 001111110011111111110110111000100011111111110110110011101111000011101011 | 3f3ff6e23ff6cef0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)