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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 治疾自蒔U | 100011101010000110001110101111101000111010101001100011101010101001010101 | 8ea18ebe8ea98eaa55 |
EUC-JP | 治疾自蒔U | 101111001010001110111100110000001011110010101011101111001010110001010101 | bca3bcc0bcabbcac55 |
UTF-8 | 治疾自蒔U | 11100110101100101011101111100111100101101011111011101000100001111010101011101000100100101001010001010101 | e6b2bbe796bee887aae8929455 |
UHC | 治疾自蒔U | 111101101011110111110010111100001110110110111011111000111100100001010101 | f6bdf2f0edbbe3c855 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)