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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 篠隱耳{d | 11110000101111101000111011000010111010001010101010001110101010000111101101100100 | f0be8ec2e8aa8ea87b64 |
EUC-JP | ?篠隱耳{d | 001111111011110011000100111100001010110010111100101010100111101101100100 | 3fbcc4f0acbcaa7b64 |
UTF-8 | 篠隱耳{d | 1110111010000001101111011110011110101111101000001110100110011010101100011110100010000000101100110111101101100100 | ee81bde7afa0e99ab1e880b37b64 |
UHC | ?篠隱耳{d | 001111111110000111000110111010111101111111101100101111000111101101100100 | 3fe1c6ebdfecbc7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)