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 | テ凖静「ツエ | 1100001110011001110000111001000011000011101000101100001010110100 | c399c390c3a2c2b4 |
EUC-JP | テ凖静「ツエ | 100011101100001111010010110001011100000011000101100011101010001010001110110000101000111010110100 | 8ec3d2c5c0c58ea28ec28eb4 |
UTF-8 | テ凖静「ツエ | 111011111011111010000011111001011000011110010110111010011001110110011001111011111011110110100010111011111011111010000010111011111011110110110100 | efbe83e58796e99d99efbda2efbe82efbdb4 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)