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 | テδ「雹」縺 | 110000111000001111000010101000101110100010111001101000111110001110000001 | c383c2a2e8b9a3e381 |
EUC-JP | テδ「雹」縺 | 100011101100001110100110110001001000111010100010111100001011101110001110101000111110010111100001 | 8ec3a6c48ea2f0bb8ea3e5e1 |
UTF-8 | テδ「雹」縺 | 1110111110111110100000111100111010110100111011111011110110100010111010011001101110111001111011111011110110100011111001111011100010111010 | efbe83ceb4efbda2e99bb9efbda3e7b8ba |
UHC | ?δ?雹?? | 0011111110100101111001000011111111011010110111110011111100111111 | 3fa5e43fdadf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)