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 | テ静凝環ステ | 110000111001000011000011100010111100001110001010110000101011110111000011 | c390c38bc38ac2bdc3 |
EUC-JP | テ静凝環ステ | 100011101100001111000000110001011011011011000101101101001100010010001110101111011000111011000011 | 8ec3c0c5b6c5b4c48ebd8ec3 |
UTF-8 | テ静凝環ステ | 111011111011111010000011111010011001110110011001111001011000011110011101111001111001001010110000111011111011110110111101111011111011111010000011 | efbe83e99d99e5879de792b0efbdbdefbe83 |
UHC | ??凝環?? | 0011111100111111111010111110101011111100101110110011111100111111 | 3f3febeafcbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)