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 | ?T^?T^ | 001111110101010001011110001111110101010001011110 | 3f545e3f545e |
SJIS-WIN | 但T^但T^ | 1001001001000001010101000101111010010010010000010101010001011110 | 9241545e9241545e |
EUC-JP | 但T^但T^ | 1100001110100010010101000101111011000011101000100101010001011110 | c3a2545ec3a2545e |
UTF-8 | 但T^但T^ | 11100100101111011000011001010100010111101110010010111101100001100101010001011110 | e4bd86545ee4bd86545e |
UHC | 但T^但T^ | 1101001110100011010101000101111011010011101000110101010001011110 | d3a3545ed3a3545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)