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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | テァテ幼^ | 110000111010011111000011100101110110001101011110 | c3a7c397635e |
EUC-JP | テァテ幼^ | 100011101100001110001110101001111000111011000011110011011100010001011110 | 8ec38ea78ec3cdc45e |
UTF-8 | テァテ幼^ | 11101111101111101000001111101111101111011010011111101111101111101000001111100101101110011011110001011110 | efbe83efbda7efbe83e5b9bc5e |
UHC | ???幼^ | 001111110011111100111111111010101110101001011110 | 3f3f3feaea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)