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 | テ、テ按板沓 | 110000111010010011000011100010001100001010010100110000101000110001000010 | c3a4c388c294c28c42 |
EUC-JP | テ、テ按板沓 | 100011101100001110001110101001001000111011000011101100001100010011001000110001001011011110100011 | 8ec38ea48ec3b0c4c8c4b7a3 |
UTF-8 | テ、テ按板沓 | 111011111011111010000011111011111011110110100100111011111011111010000011111001101000110010001001111001101001110110111111111001101011001010010011 | efbe83efbda4efbe83e68c89e69dbfe6b293 |
UHC | ???按板沓 | 001111110011111100111111111001001100111011110111111110011101001111001011 | 3f3f3fe4cef7f9d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)